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
The quotient of a number and 4 is at most 5
gladu [14]
N/4 less than or equal to 5
5 0
3 years ago
What is the arithmetic mean of the following numbers?<br> 8 10 8 5 4 7 5 10 8
Bas_tet [7]
I re-orders as 4,5,5,7,8,8,8,10,10.


Mean 7.2222222222222
Median 8
Mode 8
Range 6
Minimum 4
Maximum 10
Count n 9
Sum 65
Quartiles Quartiles:
Q1 --> 5
Q2 --> 8
Q3 --> 9
Interquartile
Range IQR 4
Outliers none
4 0
3 years ago
Can someone help me with number 10, 11, 12, 15, and 16 I don’t understand them thanks
yanalaym [24]

10)

10^2-48:6+25*3=100-8+75=167

11)

8(\frac{16}{4} )+2^2-11*3=32+4-33=3

12)

(\frac{6}{3} +4)^2:4*7=(2+4)^2:4*7=6^2:4*7=36:4*7=9*7=63

13) (your answer is incorrect)

5(9-4)^2-3^2=5*5^2-3^2=5*25-9=125-9=116

14) (your answer is incorrect)

5^2-2^2*4^2-12=25-4*16-12=25-64-12=-51

15)

(\frac{50}{5^2} )^2:4=(\frac{50}{25} )^2:4=2^2:4=4:4=1

16)

\frac{24+32+30+28}{2}-expression to represent this situation

\frac{24+32+30+28}{2}=\frac{114}{2}=57

Answer: In 1 group 57 students

/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\

P.S. Hello from Russia :^)

4 0
3 years ago
Which ordered pair is a solution of the equation y = x - 3? (-2, 5) (-5, 2) (2, 5) (5, 2)
IceJOKER [234]
2=5-3 so the answer is (2, 5)
5 0
3 years ago
Simplify:<br> -2x5. 4x^2
Karo-lina-s [1.5K]

Answer:

<em>Hey mate, here's ur answer:</em>

<em>---------------------------------------------------</em>

<em>-2x^5. 4x^2 </em>

<em>=(−2)*x5*4*x2 </em>

<em>=−8*x7 </em>

<u><em>=−8x7</em></u>

<em>--------------------------------------------------</em>

<em>Hope it helps</em>

<em>#stayhomestaysafemate</em>

<em>:D</em>

7 0
3 years ago
Other questions:
  • Explain why you must simplify 3 to the second power first
    6·1 answer
  • The students who run the school store ordered 1440 pencils. They are putting them in packages of 6 pencils. About how many packa
    15·1 answer
  • Someone please help me it's worth ten points and I'm marking ppl as brainless if you help me make a 100
    15·1 answer
  • your test scores in one class are 76 and 84 what possible scores can you earn on your next test to have a test average between 8
    10·1 answer
  • In the figure, angle D measures 45° and angle E measures 87°. What is the measurement of angle H? 42°
    11·1 answer
  • Lena needs $50 to buy some notebooks. She had saved $2 and plans to work as a babysitter to earn $8 per hour. Which inequality s
    11·1 answer
  • Which equation is graphed?
    7·1 answer
  • A computer repair company charges a $10 fee to come to your house to fix your computer plus $25 per hour while they are there. W
    9·1 answer
  • What is 873 divided by 35?!!
    14·1 answer
  • What is the slope of the line?<br> У<br> 1<br> X Х
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!