Respuesta :
Three Answers: choice A, choice B, choice C.
Basically the first three items are true, with the rest false.
=========================================================
Explanation:
Let's go through each answer choice one by one to see if it is true or false.
---------------------
A. The quadratic equation is in standard form. Â
This is true. Standard form for quadratics is y = ax^2+bx+c. In this case, a = 2, b = 0, c = 3. It might help to write the equation as y = 2x^2+0x+3.
---------------------
B. Using substitution, the system of equations can be rewritten as 2x2 – x – 3 = 0. Â
This is true. Start with y-x = 6. Replace y with 2x^2+3 and we get
2x^2+3-x = 6
From here we subtract 6 from both sides
2x^2+3-x-6 = 6-6
2x^2-x-3 = 0
---------------------
C. There are two real number solutions. Â
This is true. When you graph the two equations (I recommend GeoGebra but Desmos is another good tool), you'll see they intersect at two different locations. Each location is a solution in the form (x,y).
---------------------
D. There are no real number solutions. Â
This is false. It contradicts choice C.
---------------------
E. A solution of the system of equations is (–1, 1.5).
This is false. The two solutions are (-1, 5) and (1.5, 7.5) which is where the two graphs intersect.
Another way to check is to plug x = -1 into either equation. You'll find the result to both is y = 5 instead of y = 1.5