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:
see the explanation
Step-by-step explanation:
Let
x ----> the number of hours Eli worked
y ----> the number of hours Samantha worked
we know that
Eli and they ironed 400 shirts between them
so
----> equation A
Samantha worked 2 more hours than Eli
so
----> equation B
solve the system by substitution
substitute equation B in equation A
solve for x
Find the value of y
substitute the value of x in equation B
therefore
The number of hours Eli worked was 6 and the number of hours Samantha worked was 8
Answer:
[see below]
Step-by-step explanation:
We can tell that for every hour passed the distance traveled by the train would increase by 40 miles.
We can use the equation d = 40t to determine the values of the table. The 'd' is total distance and 't' is the number of given hours.
Two hours:
d = 40(2)
d = 80
Three Hours:
d = 40(3)
d = 120
Four Hours:
d = 40(4)
d = 160
Hope this helps.
Answer:
3/10 or 30%
Step-by-step explanation:
the probability of a...
writer = 13/30
painter = 9/30 or 3/10
musician = 6/30 or 1/5
photographers = 2/30 or 1/15