document.write( "Question 914347: A cashier has a total of 88 bills, made up of five and hundreds. The total value of money is $4715. How much of each kind does he have? \n" ); document.write( "
Algebra.Com's Answer #555026 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! a the number of hundreds \n" ); document.write( "$100x + $5(88-x) = $4715 \n" ); document.write( " x = ($4715 - $440)/.95 \n" ); document.write( " x = 45, the number of hundreds. 43 fives \n" ); document.write( "And..checking \n" ); document.write( "$4500 + $215 = $4715 \n" ); document.write( " |