document.write( "Question 1150634: Vincent has $5 bills and $20 bills. He has a total of 24 bills and the total amount is $210. How many $5 bills does he have?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #772020 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Vincent has $5 bills and $20 bills. He has a total of 24 bills and the total amount is $210. How many $5 bills does he have? \n" ); document.write( "============= \n" ); document.write( "f + t = 24 \n" ); document.write( "5f + 20t = 210 \n" ); document.write( "etc \n" ); document.write( " |