document.write( "Question 1191389: Translate to a system of equations and solve.
\n" );
document.write( "A cashier has 30 bills, all of which are $10 or $20 bills. The total value of the money is $490. How many of each type of bill does the cashier have?
\n" );
document.write( "ten dollar bills-
\n" );
document.write( "twenty dollar bills- \n" );
document.write( "
Algebra.Com's Answer #823605 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Translate to a system of equations and solve. \n" ); document.write( "A cashier has 30 bills, all of which are $10 or $20 bills. The total value of the money is $490. How many of each type of bill does the cashier have? \n" ); document.write( "------------------- \n" ); document.write( "Here's a similar problem solved: \n" ); document.write( "---- \n" ); document.write( "A cashier has 35 bills, all of which are $10 or $5 bills. The total value of the money is $135. How many of each type of bill does the cashier have? \n" ); document.write( "------------ \n" ); document.write( "T + F = 35 --- # of bills \n" ); document.write( "10T + 5F = 275 ----- value of bills \n" ); document.write( "---------- \n" ); document.write( "T + F = 35 --- # of bills \n" ); document.write( "2T + F = 55 --- 2nd eqn divided by 5 \n" ); document.write( "---------------------------------------------- Subtract \n" ); document.write( "-T = -20 \n" ); document.write( "T = 20 $10 bills \n" ); document.write( "F = 15 $5 bills \n" ); document.write( " |