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( sum is prime )= 73/216
Step-by-step explanation:
The minimum value of the sum will be 3 and maximum value will be 18. So the prime numbers in this range are 3 , 5, 7, 11, 13, 17.
P(sum=3)=1/216, P(sum=5)=6/216, P(sum=7)=15/216, P(sum=11)=27/216, P(sum=13)=21/216, P(sum=17)=3/216.
The final probability will be sum of the above given probabilities.
Hence P( sum is prime )= 73/216
Answer:
C Infinitely Many Solutions
Step-by-step explanation:
i put the 2 equations into Desmos Graphing Calculator and they are the same line so it has infinitely many solutions.