document.write( "Question 176739: Shankar saved nickles and dimes until he had $.55. He paid with 8 coins. How many of each kind of coin did he have? This must be written out as how you solved it. \n" ); document.write( "
Algebra.Com's Answer #131869 by Mathtut(3670)\"\" \"About 
You can put this solution on YOUR website!
let n and d be the number of nickels and dime shankar saved respectively
\n" ); document.write( ":
\n" ); document.write( "n+d=8..........eq 1
\n" ); document.write( ".05n+.1d=.55...eq 2
\n" ); document.write( ":
\n" ); document.write( "lets re write eq 1 to n=8-d and take that value and plug it into eq 2
\n" ); document.write( ":
\n" ); document.write( ".05(8-d)+.1d=.55
\n" ); document.write( ":
\n" ); document.write( ".4-.05d+.1d=.55
\n" ); document.write( ":
\n" ); document.write( ".05d=.15
\n" ); document.write( ":
\n" ); document.write( "\"highlight%28d=3%29\"dimes
\n" ); document.write( ":
\n" ); document.write( "\"n=8-d\".....\"n=8-3=highlight%285%29%29\"nickels
\n" ); document.write( "
\n" );