
How do you factor 2x^2 + 3x + 1? | Socratic
2015年5月28日 · 2x^2 + 3x + 1 We can Split the Middle Term of this expression to factorise it In this technique, if we have to factorise an expression like ax^2 + bx + c, we need to think of 2 numbers such that: N_1*N_2 = a*c = 2*1 = 2 and, N_1 +N_2 = b = 3 After trying out a few numbers we get N_1 = 2 and N_2 =1 2*1 = 2, and 2+1= 3 2x^2 + 3x + 1 = 2x^2 + 2x ...
How do you find the discriminant of 2x^2-3x+1=0 and use it
2017年8月1日 · Two real roots 1/2 and 1. The discriminant of the quadratic equation ax^2+bx+c=0 is b^2-4ac. Assuming a, b and c are real numbers, if b^2-4ac>0, we have two real roots if b^2-4ac=0, we have one real root, and if b^2-4ac<0, we have …
How to factor #2x^2+3x+1=0# - Socratic
2017年12月11日 · (2x+1)(x+1) = 0 => x = -1/2 , x= -1 To solve this we must understand how to factor: if y = ax^2 + bx + c Then you need to find two numbers who sum to make b but multiply to make a*c So in this circumstance: Plus to make 3 and multiply to make 2*1 = 2 Pairs of numbers who multiply to make 2: ( 2 , 1) , (-2 ,-1 ) But out of these we see that (2,1) also plus to make 3 So we can use the fact that ...
How do you solve #2x^2-3x-1=0# using the quadratic formula?
2015年8月10日 · #2x^2−3x−1=0 # The equation is of the form #color(blue)(ax^2+bx+c=0# where: #a=2, b=-3, c=-1# ...
Take a look at the code in the editor it reads a float value, puts it ...
Your task is to complete the code in order to evaluate the following expression: 3x2 - 2x2 + 3x - 1 The result should be assigned to y. < > main.py 0 1 k = # hardcode your test data here 2 x - float (x) 3 # write your code here 4 print("y -", y) Remember that classical algebraic notation likes to omit the multiplication operator - you need to ...
Answered: What is the equation for g, which is… | bartleby
A January 2016's $1. Newsela | Many sa. N Niti oduction to Functions Test What is the equation for g, which is f(x) = 2x2 + 3x -1 reflected across the y-axis? A. g(x) = 2x2 + 3x - 1 B. g(x) = -2x2 - 3x + 1 C. g(x) = 2x2 - 3x - 1 D. g(x) = -2x2 - 3x - 1
- 评论数: 1
How do you factor the trinomial 2x^2 + 3x + 1? | Socratic
2015年12月3日 · color(blue)((2x+1)(x+1) 2x^2+3x+1 We can Split the Middle Term of this expression to factorise it. In this technique, if we have to factorise an expression like ax^2 + bx + c, we need to think of 2 numbers such that: N_1*N_2 = a*c = 2*1 = 2 AND N_1 +N_2 = b = 3 After trying out a few numbers we get: N_1 = 2 and N_2 =1 2*1 =2, and 2+1= 3 2x^2+color(blue)(3x)+1 = 2x^2+color(blue)(2x+1x)+1 =2x(x+ ...
How do you solve the equation 2x^2+3x-2=0? - Socratic
2017年8月28日 · #x = -2# and #x = 1/2# Answer link. ... Can you apply the zero product property in the problem #(x+6)+(3x ...
Given the function f(x) = 2x^2 − 3x + 1, how do you ... - Socratic
2016年11月29日 · To satisfy the hypotheses of the Mean Value Theorem a function must be continuous in the closed interval and differentiable in the open interval. As f(x) = 2x^3-3x+1 is a polynomial, it is continuous and has continuous derivatives of all orders for all real x, so it certainly satisfies the hypotheses of the theorem. To find the value of …
How do you solve 2x^2 - 3x + 1 = 0? - Socratic
2018年4月4日 · x = 1/2, 1 Here's how I solved it: You solve this by using the quadratic formula. This equation is written in standard form, or ax^2 + bx + c = 0. The quadratic formula is x = (-b +- sqrt(b^2-4ac))/(2a). So let's plug those numbers in and solve for x: x = (-(-3) +- sqrt((-3)^2 - 4(2)(1)))/(2(2)) x = (3 +- sqrt(9 - 8))/4 x = (3 +- sqrt(1))/4 x = (3 +- …