document.write( "Question 1043373: A carton contains k boxes of paper cups and each box contains 100 paper cups. If the carton cost d dollars. what is the cost per paper cup in cents?
\n" );
document.write( "A) kd\r
\n" );
document.write( "\n" );
document.write( "B) k/d \r
\n" );
document.write( "\n" );
document.write( "C) d/100k \r
\n" );
document.write( "\n" );
document.write( "D) 100k/d \n" );
document.write( "
Algebra.Com's Answer #658520 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! 1 box has 100 paper cups\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Multiply both parts (the \"1 box\" and \"100 paper cups\") by k to get\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "k boxes have a total of 100*k cups\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "---------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We have 100*k cups where k is some whole number. Divide the cost (d) by the total number of cups (100k) to get \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To convert to cents, we multiply by 100\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(cost per cup in dollars)*100 = cost per cup in cents \n" ); document.write( "(d/(100k))*100 = 100d/100k = d/k\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the cost per cup is \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note: Unfortunately the answer isn't listed. Your teacher may have made a typo. \n" ); document.write( " |