document.write( "Question 1033326: Determine the area of a 12 inch pizza and a 16 inch pizza. Assuming they are the same thickness, which is the better buy if the 12 inch large sells for $9 , while the extra large 16 inch sells for $14? \n" ); document.write( "
Algebra.Com's Answer #647890 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let's try to calculate the number of cents per square inch for each to find the better buy... \n" ); document.write( "For the 12 inch...its radius is 6 in...area = (pi)*6^2 = 113.1 sq in \n" ); document.write( "So $9 = 900 cents...900/113.1 = 7.96 cents per sq in \n" ); document.write( "For the 16 inch...its radius is 8 in...area = (pi)*8^2 = 201.1 sq in \n" ); document.write( "So $14 = 1400 cents...1400/201.1 = 6.96 cents per sq in\r \n" ); document.write( "\n" ); document.write( "Thus the larger pizza is the better buy since its cost is cheaper per square inch. \n" ); document.write( " |