Find the area of a circle with a radius of 11 inches. Use a 3.14. The area of the circle is approximatelyinches. Enter only the number.

Answers

Answer 1
Answer:

The area of the circle is 379.94 square inches.

What is area of a circle?

The area of a circle is the space occupied by the circle in a two-dimensional plane. Alternatively, the space occupied within the boundary/circumference of a circle is called the area of the circle. The formula for the area of a circle is A = πr², where r is the radius of the circle.

Given that, the area of a circle with a radius of 11 inches.

Here, area of a circle is

A=3.14×11²

= 3.14×121

= 379.94 square inches

Therefore, the area of the circle is 379.94 square inches.

Learn more about the area of a circle here:

brainly.com/question/28642423.

#SPJ5

Answer 2
Answer:

Answer:

A = 379.94 square inches

Step-by-step explanation:

The area of a circle equation is:

A = pi *  r^2

Fill in what you know and solve:

A = 3.14 * 11^2

A = 3.14 * 121

A = 379.94


Related Questions

What is the goal of a proof by contradicción?
Consider the following information about travelers on vacation: 40% check work email, 30% use a cell phone to stay connected to work, 25% bring a laptop with them, 23% both check work email and use a cell phone to stay connected, and 50% neither check work email nor use a cell phone to stay connected nor bring a laptop. In addition, 84 out of every 100 who bring a laptop also check work email, and 70 out of every 100 who use a cell phone to stay connected also bring a laptop. (a) What is the probability that a randomly selected traveler who checks work email also uses a cell phone to stay connected? (b) What is the probability that someone who brings a laptop on vacation also uses a cell phone to stay connected? (c) If the randomly selected traveler checked work email and brought a laptop, what is the probability that he/she uses a cell phone to stay connected? (Round your answer to four decimal places.)
2) Zoe was practicing for a marathon. She practiced for six days, runningfour miles each day. How many miles did Zoe run altogether?
The center of the circle is located (3'8), and the circle has a radius that is 5 units long. What is the general form of the equation for the circle
Boatesville is a 65 3/5 -kilometer drive from stanton. A bus traveling from stanton to boatesville is 24 1/3 kilometers from boatesville. How far has the bus traveled​

In a systematic review with a meta-analysis, researchers combine the results of each of the individual studies to create a larger sample size (and therefore greater power), then re-run the statistics to capture the true magnitude of the effect. The single-effect measure calculated and reported when the results from all the studies are combined is called what?

Answers

Answer:

Power analysis

Step-by-step explanation:

Power analysis is a significant part of test structure. It permits us to decide the example size required to recognize an impact of a given size with a given level of certainty. On the other hand, it permits us to decide the likelihood of recognizing an impact of a given size with a given degree of certainty, under example size requirements. On the off chance that the likelihood is unsuitably low, we would be shrewd to adjust or forsake the analysis.

The principle reason underlying power analysis is to assist the analyst with determining the littlest example size that is appropriate to recognize the impact of a given test at the ideal degree of hugeness.

Write code to complete doublepennies()'s base case. sample output for below program: number of pennies after 10 days: 1024 note: these activities may test code with different test values. this activity will perform three tests, with starting pennies = 1 and userdays = 10, then with starting pennies = 1 and userdays = 40, then with startingpennies = 1 and userdays = 1. see how to use zybooks. also note: if the submitted code has an infinite loop, the system will stop running the code after a few seconds, and report "program end never reached." the system doesn't print the test case that caused the reported message.

Answers

answer with coding and answer is attached in word file below

The doublePennies() function is an illustration of a recursive function in Java

How to complete the doublePennies() function?

The base case of the doublePennies() function is that:

When the number of days is 0, then the total available pennies is the same as the total number of pennies.

The algorithm of the above highlight is:

if numDays equals 0 then

    totalPennies = numPennies

Using the above algorithm, the complete base case is:

if(numDays == 0){

       totalPennies = numPennies;

}

Read more about Java programs at:

brainly.com/question/15245185

Help.please i will mark brainliest !!

Answers

Answer:

SAS

Step-by-step explanation:

SAS is the correct answer

Which is an example of a situation that is in equilibrium?A. The amount of air in a room increases quickly when the door is
opened.
B. The amount of money in a bank account never changes
C. The amount of water in a cup decreases as it evaporates
D. A flower slowly grows taller​

Answers

Answer:B the amount of money in a bank account never changes.

Step-by-step explanation:

Answer:

B. The amount of money in a bank account never changes.

Step-by-step explanation:

Equilibrium is achieved when the state of a reversible reaction of opposing forces cancel each other out. While in a state of equilibrium, the competing influences are balanced out. Imagine a cup with a hole in it being filled with water from a tap. The level of water in this cup would stay the same if the rate at which the water that flows inside is the same as the water that flows outside. Option B will be the correct answer because the amount of money going into the account is at the same rate of money coming out of the account.

Conjecture: How many solutions do x3 - 5x2 + 28 = 0 have? Find the real solution(s) of the equation. Then use polynomial long division to find the other solution(s).

Answers

Answer:

x  = - 2 is confirmed to be the real solution of the equation.

Step-by-step explanation:

We are tasked with the following activities

Conjecture: How many solutions do x^3 - 5x^2 + 28 = 0  have?

Find the real solution(s) of the equation.

Then use polynomial long division to find the other solution(s).

To start with the how many solutions that  x^3 - 5x^2 + 28 = 0  have

suppose that -2 happens to be a root of the equation, we can easily replace x = - 2 in the given equation. Then , we will have :

(-2)^3 - 5(-2)^2 + 28 = 0

-8 - 5* 4  + 28 = 0

-8 - 20  + 28 = 0

-28 - 28 = 0

0 = 0

The equation resulted to 0 = 0 when x = -2 , as such -2 happens to be one root of the equation

So , as x = - 2

x + 2 = 0  

x  = - 2 is confirmed to be the real solution of the equation.

A picture showing the polynomial long division method used for solving the polynomial equation and other solution(s) can be found in the attached file below.

An automobile manufacturer would like to know what proportion of its customers are dissatisfied with the service received from their local dealer. The customer relations department will survey a random sample of customers and compute a 95% confidence interval for the proportion that are dissatisfied. From past studies, they believe that this proportion will be about 0.28. Find the sample size needed if the margin of error of the confidence interval is to be no more than 0.02. (Round your answer up to the nearest whole number.)

Answers

Answer:

The sample size needed if the margin of error of the confidence interval is to be no more than 0.02.

n= 2015

Step-by-step explanation:

Given the customer relations department will survey a random sample of customers and compute a 95% confidence interval for the proportion that are dissatisfied

Given data from  past studies, they believe that this proportion will be about 0.28

The proportion of success(p)  = 0.28

We know that the margin of error of 95% of intervals of given proportion

margin of error =  (2√(p(1-p) )/(√(n) )…(i)

Given margin of error = 0.02

Substitute values in equation (i) cross multiplication √n

0.02 √n  = 2√0.28X0.72

On calculation, we get √n = 44.89

squaring on both sides, we get

n = 2015

Conclusion:-

The sample size needed if the margin of error of the confidence interval is to be no more than 0.02.

n= 2015