document.write( "Question 962136: If you had 6 dollars, 5 quarters, 9 nickels, and 8 dimes. How many 2 dollar chips can you buy?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #808152 by CubeyThePenguin(3113) You can put this solution on YOUR website! total money = 6($1.00) + 5($0.25) + 9($0.05) + 8($0.10) = $8.50\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "amount of chips = ($8.50)/($2.00) = 4.25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You can't have a decimal amount of a chip, so you can buy 4 chips. \n" ); document.write( " |