document.write( "Question 1118311: A new cruise ship line has just launched 3 new ships: the Pacific Paradise, the Caribbean Paradise, and the Mediterranean Paradise. The Caribbean Paradise has 12 more deluxe staterooms than the Pacific Paradise. The Mediterranean Paradise has 13 fewer deluxe staterooms than three times the number of deluxe staterooms on the Pacific Paradise. Find the number of deluxe staterooms for each of the ships if the total number of deluxe staterooms for the three ships is 909.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #733598 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A new cruise ship line has just launched 3 new ships: the Pacific Paradise, the Caribbean Paradise, and the Mediterranean Paradise. \n" ); document.write( ": \n" ); document.write( "let p = The no. of deluxe staterooms the Pacific Paradise has \n" ); document.write( ": \n" ); document.write( " The Caribbean Paradise has 12 more deluxe staterooms than the Pacific Paradise. \n" ); document.write( "(p+12) = no. or rooms the Caribbean Paradise has \n" ); document.write( ": \n" ); document.write( " The Mediterranean Paradise has 13 fewer deluxe staterooms than three times the number of deluxe staterooms on the Pacific Paradise. \n" ); document.write( "(3p-13) = no. rooms Mediterranean Paradise has \n" ); document.write( ": \n" ); document.write( " Find the number of deluxe staterooms for each of the ships if the total number of deluxe staterooms for the three ships is 909. \n" ); document.write( ": \n" ); document.write( "p + (p+12) + (3p-13) = 909 \n" ); document.write( "5p - 1 = 909 \n" ); document.write( "5p = 910 \n" ); document.write( "p = 910/5 \n" ); document.write( "p = 182 deluxe staterooms in the Pacific Paradise \n" ); document.write( "then \n" ); document.write( "182 + 12 = 194 in the Caribbean Paradise \n" ); document.write( "and \n" ); document.write( "3(182) - 13 = 533 in the Mediterranean Paradise \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "182 + 194 + 533 = 909 \n" ); document.write( " \n" ); document.write( " |