If 48/64 are both divided by 8 you would get 6/8! these can still be reduced to 3/4, So FALSE!
Answer:
Below.
Step-by-step explanation:
15y + 12x = 18
5y + 4x = 6
The second equations is the first times 3 so they are basically the same.
Infinite Solutions.
2x+ 3y= 12
-6y= 4x-24 Rearranging the second equation:
-4x - 6y = -24 Multiplying the first equation by 2:
4x + 6y = 24
- we see that the last equation is -1 * previous equation.
So there are infinite solutions.
Ok so I'll demonstrate in programming language python.
import math
def circle():
r = float(input("Enter r: "))
a = math.pi * r ** 2
print("Area of circle with r = {0} is {1
}cm2".format(str(r), str(a))
circle()
<span>18z-7(-3+2z)
= 18z + 21 - 14z
= 4z + 21
answer is False
</span><span>coefficient of z is 4, not 13</span>
Answer:
54.8
Step-by-step explanation:
41+39+48+52+46+62+54+40+96+52+98+40+42+52+60 = 822
822/15= 54.8
Please mark this as Brainliest if it helped you