document.write( "Question 354456: If w whistles cost c cents, how many whistles can you get for d dollars? \n" ); document.write( "
Algebra.Com's Answer #253278 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! If w whistles cost c cents, how many whistles can you get for d dollars? \n" ); document.write( "Convert d dollars to cents: \n" ); document.write( "d*100 \n" ); document.write( "or \n" ); document.write( "100d \n" ); document.write( ". \n" ); document.write( "So, divide the above by c cents to get the number of whistles: \n" ); document.write( "(100d)/c \n" ); document.write( " |