document.write( "Question 1140432: Julie has $3.10 in change in her pocket. If she has only 50 cents and 20 cents pieces and the total number of coins are 11, how many coins of each type does she have?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #760955 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+a+\" = number of 20 cent coins
\n" ); document.write( "Let \"+b+\" = number of 50 cent coins
\n" ); document.write( "-------------------------------------------
\n" ); document.write( "(1) \"+a+%2B+b+=+11+\"
\n" ); document.write( "(2) \"+20a+%2B+50b+=+310+\" ( in cents )
\n" ); document.write( "--------------------------------------------
\n" ); document.write( "(2) \"+2a+%2B+5b+=+31+\"
\n" ); document.write( "Multiply both sides of (2) by \"+2+\"
\n" ); document.write( "and subtract (1) from (2)
\n" ); document.write( "(2) \"+2a+%2B+5b+=+31+\"
\n" ); document.write( "(1) \"+-2a+-+2b+=+-22+\"
\n" ); document.write( "---------------------------
\n" ); document.write( "\"+3b+=+9+\"
\n" ); document.write( "\"+b+=+3+\"
\n" ); document.write( "and
\n" ); document.write( "(1) \"+a+%2B+3+=+11+\"
\n" ); document.write( "(1) \"+a+=+8+\"
\n" ); document.write( "---------------------------
\n" ); document.write( "She has 8 of the 20 cent coins and
\n" ); document.write( "3 of the 50 cent coins
\n" ); document.write( "check:
\n" ); document.write( "(2) \"+2%2A8+%2B+5%2A3+=+31+\"
\n" ); document.write( "(2) \"+16+%2B+15+=+31+\"
\n" ); document.write( "(2) \"+31+=+31+\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" );