document.write( "Question 66505: ANNA HAS 12 BILLS IN HER WALLET, SOME $5 AND SOME $10 THE TOTAL VALUE OF THE BILLS IS $100. HOW MANY OF EACH BILL DOES ANNA HAVE?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #47156 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! x+y=12 x=12-y \n" ); document.write( "5x+10y=100 substitute (12-y) for x in the second equation & solve for y \n" ); document.write( "5(12-y)+10y=100 \n" ); document.write( "60-5y+10y=100 \n" ); document.write( "5y=100-60 \n" ); document.write( "5y=40 \n" ); document.write( "y=40/5 \n" ); document.write( "y=8 there are 8 10 dollar bills \n" ); document.write( "x+8=12 \n" ); document.write( "x=12-8 \n" ); document.write( "x=4 thus 4 5 dollar bills\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |