document.write( "Question 886276: Tim has a collection of dimes and nickles. If he has 44 more nickles than dimes and his collection is worth $29.50. Find How many nickles and dimes does he have?
\n" ); document.write( ".10(x)=dimes
\n" ); document.write( ".05(x+44)=29.50
\n" ); document.write( ".15x+44=29.50
\n" ); document.write( "15x=-14.50
\n" ); document.write( "x=-96.666\r
\n" ); document.write( "\n" ); document.write( "I keep getting a negative number am I doing something wrong?
\n" ); document.write( "

Algebra.Com's Answer #535802 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
The issue occurs when you distribute. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "When you go from .05(x+44) to .15x+44 it is NOT correct.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You forgot to multiply 0.05 by 44 to get 2.2
\n" ); document.write( "
\n" ); document.write( "
\n" );