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 #535824 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Yes, you are doing something wrong. \n" ); document.write( " |