The answer is 100X because if you do 5x-4x first it will be 1x. Later on, if you do the exponent you have 1x times 1x. Then you do 1x+9x = 10x
Then you do 10x times 10x because of the exponent is telling you how times you do it and it equals to 100x.
Answer= 100x
I hope this helps YOU!
Answer:
0.83333333
Step-by-step explanation:
The 3 is repeating
Answer:
Part A: 40% are pennies
Part B: NIckels 10, Quarters 20, Pennis 20
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()
Answer:
p=2
Step-by-step explanation:
p=2