document.write( "Question 991656: amanda has 26 nickels and dimes in her piggy bank. the number of nickels is two fewer than three times the number of dimes. how much money does she have in her piggy bank?\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #807753 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
n = number of nickels
\n" ); document.write( "d = number of dimes\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "n + d = 26
\n" ); document.write( "n = 3d - 2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Substitute the second equation into the first equation.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(3d - 2) + d = 26
\n" ); document.write( "4d - 2 = 26
\n" ); document.write( "d = 7 ---> n = 19\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "total value = 7($0.10) + 19($0.05) = $1.65
\n" ); document.write( "
\n" );