Answer:
5/8 = 20/32
Step-by-step explanation:
if you multiply the denominator and the numerator of 5/8 by 4 it will equal 20/32
Step-by-step explanation:


Let assume that

We know,

So, using this, we get

Now, we use Method of Substitution, So we substitute

So, above expression can be rewritten as




So,

Thus,





<u>Hence, </u>

<u>Hence, Option (d) is </u><u>correct.</u>
Answer:
3x^2−13x+4
Step-by-step explanation:
(x−4)(3x−1)
=(x+−4)(3x+−1)
=(x)(3x)+(x)(−1)+(−4)(3x)+(−4)(−1)
=3x^2−x−12x+4
=3x^2−13x+4
Answer:
x=81
y=99
z= 129
Step-by-step explanation:
the 3 angles of a triangle add to 180 degrees
51 + 48 + x = 180
99 + x = 180
subtract 99 from each side
99 + x -99 = 180 -99
x = 81
x+y = 180 they make a straight line
81+ y = 180
subtract 81 from each side
y = 180-81
y = 99
z+ 51 = 180 they make a straight line
subtract 51 from each side
z+51-51 = 180 -51
z = 129
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