document.write( "Question 1141370: she has 1.10, she has three times as many 5-cents coins as 1 cent coins, and the number of 10 cents coins is two less than the number of 1 cent coins. how many 10 cents coins, 5 cents coins, and 1 cent coins does she have? \n" ); document.write( "
Algebra.Com's Answer #761916 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "COINS                      QUANTITY OF COINS\r\n" );
document.write( "ten cent coins              p-2\r\n" );
document.write( "five cent coins             3p\r\n" );
document.write( "one cent coins               p\r\n" );
document.write( "TOTAL cents                 110\r\n" );
document.write( "

\n" ); document.write( "\"10%28p-2%29%2B5%2A3p%2Bp=110\"
\n" ); document.write( "Solve and find the other coin amounts.
\n" ); document.write( "
\n" );