document.write( "Question 1099310: Hi
\n" );
document.write( "peter was given a crate of cups.he sold all the cups.each cup was sold for $8.90.for every set of 5 cups sold a cup was given free. 2/3 of the cups were sold in sets of 5 cups. He collected $1174.80.
\n" );
document.write( "how many cups were in the crate at first.\r
\n" );
document.write( "\n" );
document.write( "thanks \n" );
document.write( "
Algebra.Com's Answer #713807 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! peter was given a crate of cups. \n" ); document.write( "he sold all the cups. \n" ); document.write( "each cup was sold for $8.90. \n" ); document.write( "for every set of 5 cups sold a cup was given free. \n" ); document.write( " 2/3 of the cups were sold in sets of 5 cups. \n" ); document.write( " He collected $1174.80. \n" ); document.write( " how many cups were in the crate at first. \n" ); document.write( ": \n" ); document.write( "let x = original number of cups \n" ); document.write( "2/3 of the cups were sold as a set of 5 one free, therefore \n" ); document.write( "5 * 8.90 = 44.50. They got 6 cups for 44.50 therefore \n" ); document.write( "44.50/6 = 7.42 per cup \n" ); document.write( "8.90* \n" ); document.write( "multiply equation by 3 \n" ); document.write( "8.90x + 7.4167(2x) = 3523.20 \n" ); document.write( "8.90x + 14.733x = 3523.20 \n" ); document.write( "23.633x = 3523.20 \n" ); document.write( "x = 3523.20/23.633 \n" ); document.write( "x = 149.1 \n" ); document.write( "We know it has to be an integer and a multiple of 3, lets assume \n" ); document.write( "x = 150 cups originally \n" ); document.write( ": \n" ); document.write( "Find how many cups were paid for \n" ); document.write( "1174.4/8.90 = 132 cups, therefore \n" ); document.write( "150-132 = 18 cups were free \n" ); document.write( " |