1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Ne4ueva [31]
3 years ago
8

A high ascent weather balloon is in the shape of cone pointing downwards. The cone has a height of h and a hemispherical top of

a radius r. The surface area of the weather balloon is , and the volume is , where . For a weather balloon with a volume of 14000 , the surface area as a function of m is shown below.
Mathematics
1 answer:
Crank3 years ago
4 0

Answer:

Matlab capacity to ascertain the surface territory of an inflatable  

work surfaceArea = surfaceBalloon(Volume,M)  

Step-by-step explanation:

% Matlab capacity to ascertain the surface territory of an inflatable  

work surfaceArea = surfaceBalloon(Volume,M)  

% compute R  

cubeOfR = 3 * Volume * ones(1,length(M));  

cubeOfR = cubeOfR ./(pi * (M+2));  

R = power(cubeOfR,1/3);  

% compute surface zone  

power1 = power(M,2);  

power1 = 1+ power1;  

power1 = power(power1,1/2);  

power1 = 2 + power1;  

surfaceArea = pi .* power(R,2) .* power1;  

end  

% End of capacity  

% Matlab content to utilize work surfaceBalloon to locate the surface zone of  

% expand  

clc;  

V = 14000;  

M = (0:10);  

surfaceArea = surfaceBalloon(V,M);  

plot(M,surfaceArea);  

xlabel('M');  

ylabel('Surface Area m^2');  

ylim([2900 5000]);  

title('M v/s Surface Area of an inflatable');  

saveas(gcf,'surfaceAreaPlot','png'); % spare the chart  

% end of primary content

You might be interested in
Using the data shown on the graph, which statements are correct
Tomtit [17]

Answer:

B, C, and E

Step-by-step explanation:

Let's consider each option given the graph shown above:

A. The ratio of x/y can be found using any point on the line, say, (5, 6). Thus, ratio of x/y = 5/6, not 6/5.

Option A is not correct.

B. If you check for y/x for any given point along the line, we would have the same result. So the ratio of y/x is consistent. Option B is correct.

C. The graph has a line that runs through the point of origin, so therefore, it represents a proportional relationship.

Option C is correct

D. If option C is correct, then option D is not correct.

E. If option C is correct, then option E is correct.

8 0
3 years ago
Answer pls urgent shhzhzhsensnsj
Strike441 [17]

Answer:

1/6 + 1/2 = 1/6 + 3/6 = 4/6

SIMPLIFIED IS = 2/3

Step-by-step explanation:

4 0
3 years ago
What is 1/20 written as a decimal?
Black_prince [1.1K]

Answer:

0.05

Step-by-step explanation:

divide 100 by 20

6 0
3 years ago
2.
lawyer [7]

Answer:

Step-by-step explanation:

You multiply 14.1 times 14.1 and you get 198.81 which is the closest to 200

3 0
3 years ago
Drag each label to the correct location on the image.
Misha Larkins [42]

Answer:

is there a picture to this problem?

7 0
3 years ago
Other questions:
  • What is 4.4 in fraction form
    6·2 answers
  • I cannot figure this out. Anyone?<br><br> 5(-3x - 2) - (x - 3) = -4(4x + 5) + 13
    14·1 answer
  • Item: Circle D has a radius of 16 inches and right central angle, _EDF. Find the exact length of EF.
    5·1 answer
  • Tell wheather the system has one solution, infinitely many solutions, or no solution.
    9·1 answer
  • Classify the triangle by its angles.<br> 75°, 75°, 30°<br> Acute<br> Right<br> Obtuse
    7·2 answers
  • Which statements describe a residual plot for a line of best fit that is a good model for a scatterplot? Check all that apply.
    7·1 answer
  • This week, Frannie jumped onto the couch from behind it. The back of the couch is 2 1/4 feet tall. How many inches did Frannie j
    14·1 answer
  • Question 7: 10 pts
    9·1 answer
  • the Marked price of a book is rupees 500 if 30% discount is all over there in a loss of rupees hundred is made what is the cost
    7·1 answer
  • Greatest common factor for 28y^7x^4u^3 and 8x^4u^5
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!