document.write( "Question 1047397: A cash register contains only five dollar and fifty dollar bills. It contains four times as many five dollar bills as fifty dollar bills and the total amount of money in the cash register is $910. How many fifty dollar bills are in the cash register? \n" ); document.write( "
Algebra.Com's Answer #662917 by ewatrrr(24785) You can put this solution on YOUR website! Let x represent number of $50 bills ... \n" ); document.write( "four times as many five dollar bills as fifty dollar bills \n" ); document.write( "50x + 5(4x) = $910 \n" ); document.write( "70x = 910 \n" ); document.write( "x =13, number of $50 bills, 52 $5 bills \n" ); document.write( "AND \n" ); document.write( "$650 + $260 = $910 CHECKS! \n" ); document.write( " |