document.write( "Question 106216: A man has $125 in $2 coins and $5 bills. If he has 40 coins and bills in total, how many of each kind are there?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #77330 by scott8148(6628) You can put this solution on YOUR website! let x=coins, so 40-x=bills\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2(x)+5(40-x)=125 \n" ); document.write( " |