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
PLEASE HELP AND SHOW WORK SIMPLIFY THIS RADICAL
Yakvenalex [24]

Answer:

x^2 | y^25 |√187x

Step-by-step explanation:

First you simplify the equation then you factor 184 into its prime factors which is   184 = 23 • 23  

To simplify a square root, we extract factors which are squares, i.e., factors that are raised to an even exponent. Factors which will be extracted are: 4 = 22 Factors which will remain inside the root are: 46 = 2 • 23 To complete this part of the simplification we take the square root of the factors which are to be extracted. We do this by dividing their exponents by 2: 2 = 2 At the end of this step the partly simplified SQRT looks like this: 2 • sqrt (46x5y50)  Rules for simplifing variables which may be raised to a power: (1) variables with no exponent stay inside the radical (2) variables raised to power 1 or (-1) stay inside the radical (3) variables raised to an even exponent: Half the exponent taken out, nothing remains inside the radical. examples: (3.1) sqrt(x8)=x4 (3.2) sqrt(x-6)=x-3 (4) variables raised to an odd exponent which is  >2  or  <(-2) , examples: (4.1) sqrt(x5)=x2•sqrt(x) (4.2) sqrt(x-7)=x-3•sqrt(x-1) Applying these rules to our case we find out that SQRT(x5y50) = x2y25 • SQRT(x) sqrt (184x5y50) = 2 x2y25 • sqrt(46x)  

pls brainlist

8 0
2 years ago
How can a sequence of transformations be used to justify whether two figures are congruent or similar?
Lena [83]

Answer:

A sequence of transformation can move two congruent figures to the same place (vertical / horizontal shifts). This causes them to perfectly overlap, proving their congruency.

A sequence of transformations can be used to show that something is similar, because if one were to transform a figure with only shrinks / stretches, one can shrink / stretch them to make them congruent. If only shrinks or stretches were done, and if the result of the transformation is congruent to the other figure, then the figures are similar (sides are proportional and shrinking/stretching them proves proportionality to other figure).

3 0
3 years ago
20 POINTS!!!!!<br> look at photo to answer!
kotykmax [81]
The very bottom all the way to the right
7 0
3 years ago
Applying Inverse Properties In Exercise,apply the inverse properties of logarithmic and exponential functions to simplify the ex
Mazyrski [523]

Answer:

x^2

Step-by-step explanation:

apply the inverse properties of logarithmic and exponential functions to simplify  

ln(e^{x^2})

all logs has base 'e'

Inverse property of log says that

ln(e^x)=x, the value of ln e=1

we apply this property in our problem. ln has same base 'e' .  ln and 'e' gets cancelled

ln(e^{x^2})

x^2

5 0
3 years ago
374 × 510<br><br> What are the partial products Lucas will need to solve the problem?
BabaBlast [244]
The partial products that Lucas would need to solve this problem would be 3,740 and 187,000 if you are multiplying 374 on the top column and 510 on the bottom column. Or, the partial products Lucas would need is 2,040 and 35,700 and 153,000. Both partial products combination added together would be 190,740.
6 0
3 years ago
Other questions:
  • What is "a number on its own, it has a fixed value?"
    7·1 answer
  • Help plz!!!!!!!!.!.!.!.!.!.!.!.!.!!
    10·2 answers
  • On a coordinate plane, a line is drawn from point A to point B. Point A is at (7, negative 2) and point B is at (negative 8, neg
    8·2 answers
  • (-3)^3 please answer
    7·2 answers
  • Please help it's due today. Also if you don't know please don't answer.​
    10·2 answers
  • Points A, B, C, and D are connected by segments.
    9·1 answer
  • Can you just answer this question?
    12·2 answers
  • Help me with number 8 plz
    10·1 answer
  • Convert 5.6 kg to mg
    15·2 answers
  • A store sells cards on each of which there are drawing of different flowers: either roses, either daisies, either tulips, either
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!