document.write( "Question 1098575: In Tim's money box, he has three types of coins : $2 coins, $5 coins and $10 coins. The number of $10 coins is less than the number of $2 coins by 8, while the number of $5 coins is 2 more than three times the number of $2 coins . let x be the number if $2 coins. \n" ); document.write( "
Algebra.Com's Answer #713020 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
In Tim's money box, he has three types of coins :
\n" ); document.write( " $2 coins, $5 coins and $10 coins.
\n" ); document.write( "let x be the number if $2 coins
\n" ); document.write( ":
\n" ); document.write( " The number of $10 coins is less than the number of $2 coins by 8,
\n" ); document.write( "x - 8 = the $10 coins
\n" ); document.write( ":
\n" ); document.write( " while the number of $5 coins is 2 more than three times the number of $2 coins .
\n" ); document.write( "3x + 2 = no. $5 coins
\n" ); document.write( "
\n" ); document.write( "
\n" );