document.write( "Question 1114563: Bill and Ted have the same number of coins. Bill has only dimes and Ted has only quarters. If Ted has $3.00 more than Bill, how much does Ted have? \n" ); document.write( "
Algebra.Com's Answer #729497 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+n+\" = number of coins Bill has
\n" ); document.write( "\"+n+\" = number of coins Ted has also
\n" ); document.write( "----------------------------------------
\n" ); document.write( "Value of Bill's coins is:
\n" ); document.write( "\"+10n+\"
\n" ); document.write( "Value of Ted's coins is:
\n" ); document.write( "\"+25n+\"
\n" ); document.write( "-----------------------------
\n" ); document.write( "\"+25n+=+10n+%2B+300+\" ( in cents )
\n" ); document.write( "\"+15n+=+300+\"
\n" ); document.write( "\"+n+=+20+\"
\n" ); document.write( "---------------
\n" ); document.write( "Ted has:
\n" ); document.write( "\"+25n+=+25%2A20+\"
\n" ); document.write( "\"+25n+=+500+\"
\n" ); document.write( "Ted has $5.00
\n" ); document.write( "----------------------
\n" ); document.write( "check:
\n" ); document.write( "Bill has:
\n" ); document.write( "\"+10n+=+10%2A20+\"
\n" ); document.write( "\"+10n+=+200+\"
\n" ); document.write( "and
\n" ); document.write( "\"+500+-+200+=+300+\"
\n" ); document.write( "Ted has $3.00 more than Bill
\n" ); document.write( "
\n" ); document.write( "
\n" );