Answer:
c) ten thousand dollars
Step-by-step explanation:
All you would do is multiply .9 by 20
.9*20=18
90% of 20 is 18
Answer:
15 yd = 45 ft because :
Step-by-step explanation:
You have to multiply the length by 3.
1 yd = 3 ft.
15 x 3 = 45.
Hope this helps,
Davinia.
Answer:
- x = -1/2(1 +√21) ≈ -2.79129
- x = -1/2(1 -√21) ≈ 1.79129
Step-by-step explanation:
We assume the middle term is supposed to be 4x.
We can remove a common factor of 4 to simplify this a bit.
x^2 +x -5 = 0
This is of the form
ax^2 +bx +c = 0
where a=1, b=1, c=-5.
__
The <em>quadratic formula</em> gives the solutions as ...

Filling in the given coefficients, we have ...
x = (-1 ±√(1^2 -4·1·(-5)))/(2·1)
x = (-1±√21)/2
The solutions are x = -1/2(1 +√21) and -1/2(1 -√21).
_____
<em>If what you wrote is what you intend</em>, then the equation simplifies to 4x^2 -16 = 0.
Dividing by 4 and factoring the difference of squares gives ...
x^2 -4 = 0
(x -2)(x +2) = 0
These factors are zero (hence their product is 0) for the values x = 2 and x = -2.
The solutions are x=2 and x=-2.
Answer:
Where is the question?
Step-by-step explanation:
Python is an interpreted high-level general-purpose programming language. Python's design philosophy emphasizes code readability with its notable use of significant indentation.