Volume of a cylinder

조회 수: 28 (최근 30일)
Rob A
Rob A 2016년 11월 4일
댓글: John D'Errico 2019년 2월 25일
I seem to have run in to a problem with an assignment part A- Having radius r1=8 and height h1=15 Calculate volume of cylinder V1 (formula v=pi*r^2*h)
>>r1=8
>>h1=15
>>V1=pi*(r1^2)*h1
Now here's the problem, Part B- Using h1 from part A find radius r2 of another cylinder V2 that has a volume greater by 20% than that of V1. If anyone could guide me through part B
  댓글 수: 1
Adam
Adam 2016년 11월 4일
What are you having trouble with? The maths or the coding of the maths? The coding seems very simple once you have written down the relevant equation.

댓글을 달려면 로그인하십시오.

채택된 답변

James Tursa
James Tursa 2016년 11월 4일
Seems like you have this information:
V1 = pi*(r1^2)*h1 <-- this is all known
V2 = 1.2 * V1 <-- this is given
V2 = pi*(r2^2)*h1 <-- this is volume of V2 using r2 and h1
You just need to solve for r2 using the above.
  댓글 수: 2
Rashawn Bowen
Rashawn Bowen 2019년 2월 25일
how is 1.2 20%
John D'Errico
John D'Errico 2019년 2월 25일
If 1 is 100%. Then what number is 20% larger than 1?
Spolier: 1.2

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Fractals에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by