document.write( "Question 639374: Leah has 16 dimes and nickels, of which n are nickels. Find the total value of coins in dollars. \n" ); document.write( "
Algebra.Com's Answer #402705 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
leah has 16 dimes and nickels together
\n" ); document.write( "nickels = n\r
\n" ); document.write( "\n" ); document.write( "dimes = 16-n\r
\n" ); document.write( "\n" ); document.write( "Value = 5n + 10(16-n) cents
\n" ); document.write( "
\n" );