document.write( "Question 1098685: Phoebe decided she wanted to buy pizza for her friends and herself to eat at her birthday
\n" );
document.write( "party. The three most popular toppings chosen were Meat Lovers, Supreme, and
\n" );
document.write( "Hawaiian. If the ratio of Meat Lovers pizzas to Supreme pizzas was 3:2.4, and the ratio of
\n" );
document.write( "Hawaiian pizzas to Supreme pizzas was 1:2, what is the least number of pizzas Phoebe
\n" );
document.write( "could have ordered? \n" );
document.write( "
Algebra.Com's Answer #713110 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Phoebe decided she wanted to buy pizza for her friends and herself to eat at her birthday party. \n" ); document.write( " The three most popular toppings chosen were Meat Lovers, Supreme, and \n" ); document.write( " Hawaiian. \n" ); document.write( " If the ratio of Meat Lovers pizzas to Supreme pizzas was 3:2.4, \n" ); document.write( "let x = the 1st multiplier \n" ); document.write( "then \n" ); document.write( "3x = no. of Meat Lovers \n" ); document.write( "2.4x = no. of Supremes \n" ); document.write( " the ratio of Hawaiian pizzas to Supreme pizzas was 1:2, \n" ); document.write( "let y = 2nd multiplier \n" ); document.write( "1y = no. Hawaiian pizza's \n" ); document.write( "2y = no. of Supremes \n" ); document.write( "therefore \n" ); document.write( "2y = 2.4x \n" ); document.write( "y = 2.4x/2 \n" ); document.write( "y = 1.2x \n" ); document.write( "therefore \n" ); document.write( "1.2x = no. of Hawaii pizzas \n" ); document.write( "2.4x = no. of Supremes \n" ); document.write( "3x = no. of Meat lovers \n" ); document.write( "What is the minimum value for x that will make all the numbers integers \n" ); document.write( "x = 5, then \n" ); document.write( "3(5) = 15 Meatlovers \n" ); document.write( "2.4(5) = 12 Supremes \n" ); document.write( "1.2(5) = 6 Hawaiian \n" ); document.write( ": \n" ); document.write( " what is the least number of pizzas Phoebe could have ordered? 15, 12, 6 \n" ); document.write( " |