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
HElp fasttttttttttttttttttttttttt
Eduardwww [97]

9514 1404 393

Answer:

  -0.16

Step-by-step explanation:

The 'a' value can be found by looking at the difference between the y-value of a point 1 unit from the vertex, and the y-value of the vertex.

Here, that is a negative fraction of a unit. If we assume the value is a rational number that can be accurately determined from this graph, then we can find it by looking for a point where the graph crosses a grid intersection. It looks like such grid points are (-7, 0) and (3, 0). The vertex is apparently (-2, 4), so the vertex form of the equation is ...

  y = a(x +2)^2 +4

Using the point (3, 0), we have ...

  0 = a(3 +2)^2 +4 . . . . . fill in the values of x and y

  -4 = 25a . . . . . . . . . . subtract 4; next, divide by 25

  a = -4/25 = -0.16

7 0
3 years ago
I WILL GIVE BRAINLIEST!!!
zimovet [89]

Not equivalent to any of the given expressions.

Step-by-step explanation:

{7}^{2m} . {6}^{2m}  \\  \\  = (7.6) ^{2m}  \\  \\  =  {42}^{2m}

Hence, {42}^{2m} is not equivalent to any of the given expressions.

6 0
3 years ago
Read 2 more answers
Are each of the following roots of this
Vladimir79 [104]

Answer:

l think da answer iz B dats wat l know

6 0
3 years ago
Determine what the product of two irrational numbers will be in each of these cases and show your work.
Mandarinka [93]

Step-by-step explanation:

✓2 × ✓2 = ✓2×2 = ✓4 = 2

✓5 × ✓7 = ✓5×7 = ✓35

✓2 × ✓18 = ✓2×18 = ✓36 = 6

✓2 × ✓6 = ✓2×6 = ✓12 = ✓4 ×✓3 = 2✓3

8 0
3 years ago
This is a plane with two axes as a frame of reference. The x axis is a horizontal line and the y axis is perpendicular to it the
stira [4]

Answer:

Coordinate plane

Step-by-step explanation:

The two dimensional plane made up by the intersection of a vertical (y-axis) and a horizontal (x-axis) perpendicular lines that cross each other once at the zero point mark known as the origin is called the Cartesian plane or coordinate plane. The origin is labeled letter O with coordinates 0,0

The Cartesian plane is used to plot graph lines and points so as to present algebraic ideas in a visual form and to form as well as interpret ideas in algebra.

7 0
3 years ago
Other questions:
  • Can someone please help, and fast!
    8·1 answer
  • What is 0.58 as a fraction
    5·2 answers
  • Simplify:<br> 6xy/X^2-y^2 - x+y/x-y
    13·1 answer
  • There are _____ min in two fifth of 2 hours
    8·1 answer
  • What did the triangle say to the circle
    10·2 answers
  • Graph each equation y=4x-1
    8·1 answer
  • Alana and her friends decided to have a water fight on a hot summer day. They filled a bunch of water balloons and started the f
    10·2 answers
  • 14. Recall that the x and y axes divide up the coordinate plane into four quadrants as shown below. Algebraically,
    10·2 answers
  • Please explain your answer :)
    15·1 answer
  • 49 Which of the following is a measure
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!