The first thing we are going to do is rewrite the expression correctly.
We have:
root (27x ^ 12 / 300x ^ 8)
Rewriting:
root ((27/300) * (x ^ 12 / x ^ 8))
root ((9/100) * (x ^ (12-8)))
root ((9/100) * (x ^ (4)))
root ((9/100) * (x ^ (4)))
3 * x ^ 2 * root ((1/100)
(3 * x ^ 2) / 10
(3/10) * (x ^ 2)
Answer:
(3/10) * (x ^ 2)
If the graphs of the equations do not intersect
Let x be ml of 5% soln.
let 500-x be ml of 25% soln.
.
x*.05=.05x
(500-x)*.25=125-.25x
500*.20=100
.
.05x+125-.25x=100
-.2x=-25
x=-25/-.2
x=125 ml of 5% soln.
500-x=375 ml of 25% soln.
.
Check:
125*.05= 6.25
375*.25=93.75
---------------
========100
Answer:
Step-by-step explanation:
The following code is written in Python. It is a function that takes in the number of miles as an argument and returns the number of laps that those miles represents.
def miles_to_laps(miles):
laps = miles / 0.25
return laps