Solve Scale Factor Problem: 'ET Pizza' Pizzas

  • Context:
  • Thread starter Thread starter tantrik
  • Start date Start date
  • Tags Tags
    Scale Scale factor
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
tantrik
Messages
13
Reaction score
0
Dear friends,

I am unable to solve the following scale factor problem. Will appreciate your help here. Thanks in advance.

'ET Pizza' produces two pizzas that are similar in shape. The smaller pizza is 20 cm in diameter and costs $10. The larger pizza is 30 cm in diameter. What is a fair cost for the larger pizza?

The answer in the book is $33.75 but I am getting $15 (scale factor = 30/20=1.5; cost of larger pizza = $10*1.5 = $15). Let me know where I am mistaken.
 
Mathematics news on Phys.org
A pizza is a 3-dimensional object. If the 2 pizzas are similar in shape, then increasing a linear measure in the smaller by some factor $k$ will result in the volume of the larger increasing by $k^3$. And so we would find the fair price $P$ of the larger pizza to be:

$$P=\left(\frac{30}{20}\right)^310=\frac{135}{4}=33.75$$

You see the larger pizza, being 1.5 times larger in all 3 spatial dimensions (making it similar in shape to the smaller), has 3.375 times as much volume.
 
MarkFL said:
A pizza is a 3-dimensional object. If the 2 pizzas are similar in shape, then increasing a linear measure in the smaller by some factor $k$ will result in the volume of the larger increasing by $k^3$. And so we would find the fair price $P$ of the larger pizza to be:

$$P=\left(\frac{30}{20}\right)^310=\frac{135}{4}=33.75$$

You see the larger pizza, being 1.5 times larger in all 3 spatial dimensions (making it similar in shape to the smaller), has 3.375 times as much volume.

Thanks for the solution