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()
what do you meanAnswer:
Step-by-step explanation:
<u>Answer:</u>
Rhonda will not fall 264 times in 360 jumps.
<u>Solution:</u>
Given, The ratio of jumps to falls for ice skater Rhonda is 4 falls to every 15 jumps.
We have to find At this rate, how many times will she not fall in 360 jumps.
Now,
For 15 jumps → 4 falls
For 360 jumps → n falls
Now apply Chris cross method,

So, she falls 96 times in 360 jumps.
Then, number of times she will not fall = 360 jumps – 96 falls = 264 times.
Hence, Rhonda will not fall 264 times in 360 jumps.
There are 15 pencils altogether. Of these, 4 are green. Thus, P(green) = 4/15.
3+6
There are 3 red and 6 blue pencils. Thus, P(red or blue) = --------- = 3/5
15