Answer:
x = - 3 ± 3
Step-by-step explanation:
given the equation x² + 6x - 9 = 0
We can solve for x using the quadratic formula
x = ( - b ±
) / 2a
with a = 1, b = 6 and c = - 9
x = ( - 6 ±
) / 2
= ( - 6 ±
) / 2
= ( - 6 ±
) / 2
= ( - 6 ± 6
) / 2
x = - 3 ± 3
Answer:
What is angle "Dea"
Step-by-step explanation:
And what is "aeb"
The total cost, if one drink costs $3 is $27.75
- Let the cost of a pizza be x
- Let the cost of a drink be y
If kiyo bought a pizza for 12.75 and four medium drinks to Pauli’s pizza, this expressed as x + 4y
Since a pizza costs $12.75, hence x = $12.75
The function becomes 12.75 + 5y
f(y) = 12.75 + 5y
To get the total cost if one drink costs $3, hence;
f(3) = 12.75 + 5(3)
f(3) = 12.75 + 15
f(3) = 27.75
Hene the total cost, if one drink costs $3 is $27.75
Learn more on function here: brainly.com/question/9418047
Answer:
<u>Residue</u>
Step-by-step explanation:
Let a and b be integers. We define a mod b to be the residue of dividing a by b. For example, if a evenly divides b, then a mod b=0, 20 mod 6= 2. The modulus operator is widely used in programming, and it is convenient when a and b are large numbers.
a mod b is always a nonnegative integer. In fact, 0≤ a mod b≤ |b-1| by the division algorithm. a and b can also be negative integers. Since 8=-(-5)+3 then 8 mod -5= 3.
As a final example, some known properties can be rewritten in terms of mod. a mod 2=0 if and only if a is even. a mod 2=1 if and only if a is odd.