For this one I'm going to assume that 4 7a means 4 * 7a...
(8 + 7a) + 4 * 7a =
8 + 7a + 28a =
8 + 35a
If I read it wrong and 4 7a is actually 47a then...
(8 + 7a) + 47a =
8 + 54a =
2(4 + 27a)
Answer:
x = -2
Step-by-step explanation:
To start, let's add on the first side to get 3x + 6x - 6 = 9x - 6. For the second side, we need to distribute the 4 to get 4(2x) + 4(-2), or 8x + (-8) or 8x - 8. Setting these equal, we subtract 8x from both sides to get x - 6 = -8, and adding 6 to both sides gives x = -2.
Answer:Volume of a sphere is 4/3πr^3
Step-by-step explanation:
(-x²-2x+6)+(-9x²-7x+6) = -x²-2x+6-9x²-7x+6 = -10x² - 9x + 12
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