document.write( "Question 443698: a gambler finishes a session of black jack with $5 chips and $25 chips. If he has 45 chips in all, with a total valie of $465, how many of each kind of chip does the gambler have? \n" ); document.write( "
Algebra.Com's Answer #306186 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
x+y=45
\n" ); document.write( "5x+25y=465
\n" ); document.write( "5x+5y=225
\n" ); document.write( "20y=240
\n" ); document.write( "y=12
\n" ); document.write( "x=33
\n" ); document.write( "He has 33 $5 chips and 12 $25 chips..
\n" ); document.write( "
\n" );