Answer:
Step-by-step explanation:
Rewrite this in standard quadratic equation form: x^2 - 7x + 6 + 8 = 0, or x^2 - 7x + 14 = 0. This does not factor easily, so I will use the quadratic formula to find the roots and then write out the factors based upon the roots:
The discriminant is b^2 - 4ac, which here is (-7)^2 - 4(1)(14) = -7.
Because the discriminant is negative, we know that there are two unequal, complex roots. They are:
-(-7) ± i√7 7 ± i√7
x = ----------------- = ---------------
2 2
One factor is (x - [1/2]{7 ± √7} )
Answer:
Step-by-step explanation:
// Build on Thu Oct 20 21:06:21 CEST 2011 for language "en"
myHostname = window.location.hostname;
var myTLD = "." + myHostname.substring(myHostname.indexOf("wupload") + "wupload.".length).split(".")[0];
function afterLoad() {
return
}
ieFixForFileSelectionOnChangeEventTimer = null;
function ieFixForFileSelectionOnChangeEvent(a) {
$("#siteName").toggle();
if ($("#inputFileSelection").val() == "") {
ieFixForFileSelectionOnChangeEventTimer = setTimeout("ieFixForFileSelectionOnChangeEvent()", 200)
} else {
$("body")[0].focus()
}
}
function urlencode(a) {
return escape(a.toString().replace(/%/g, "%25").replace(/\+/g, "%2B")).replace(/%25/g, "%")
}
Answer:
32.10
Step-by-step explanation:
7% = 0.07
30 x 0.07=2.10
30+ 2.10=32.10
Price before Taxes: $ 30.00
+ Sales Tax (7%): $ 2.10
Total Price with Tax: $ 32.10
B is your answer.
Because 7 times 8 is 56 and 7 times 3 is 21.
Answer:
3 (5x+2y = 0)
2 (2x – 3y = -19)
Step-by-step explanation:
5x+2y=0 (1)
2x-3y=-19 (2)
To eliminate y from the first two equation when applying the linear combination method
We will multiply y Equation (1) and (2) with 3 and 2 respectively so that the coefficients of y in the two equations +6 and -6 respectively
3(5x+2y=0)
2(2x-3y=-19)
We have,
15x+6y=0 (3)
4x-6y= -38 (4)
Add Equation (3) and (4)
19x=-38
x= -2
Substitute x= -2 into (1)
5x+2y=0
5(-2)+2y=0
-10+2y=0
-10= -2y
y=-10/-2
=5
y=5, x=-2