The ratio of their area is 9/4
<h2>
Explanation:</h2>
We use ratios to compares values. In this exercise, we are comparing the circumference of two circles, which is:

and we want to know what is the ratio of their area. Recall that the circumference of a circle is given by:

If we define:

Then, the ratio of the circumference of two circles is 3:2 is:

The area of a circle is given by:

So the ratio of their area can be found as:

So:

<h2>Learn more:</h2>
Unit rate: brainly.com/question/13771948#
#LearnWithBrainly
Answer:
c lololololo
Step-by-step explanation:
The program is an illustration of loops
<h3>What are loops?</h3>
Loops are program statements that are used to perform repetition
<h3>The main program</h3>
The program written in Python, where comments are used to explain each line is as follows:
#This initializes sum to 0
summ = 0
#This gets input for the first number
num = int(input())
#This is repeated while num is not -1
while num!= -1:
#This calculates the sum
summ+=num
#This gets input for the num
num = int(input())
#This prints the sum
print(summ)
Read more about loops at:
brainly.com/question/16397886
The answer is on google no dumb stuff dummy
Answer:
C
Step-by-step explanation:
I got it right