document.write( "Question 1147867: Kylee has $0.80 in nickels and dimes. She has four more nickels than dimes. How many of each coin does she have? \r
\n" );
document.write( "\n" );
document.write( "I just need help on getting the equations right. From there on, I can figure out whether to use substitution or elimination and do the work. \n" );
document.write( "
Algebra.Com's Answer #769198 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Kylee has $0.80 in nickels and dimes. \n" ); document.write( ".05n + .10d = .80 \n" ); document.write( " She has four more nickels than dimes. \n" ); document.write( "d = n + 4 \n" ); document.write( " How many of each coin does she have? \n" ); document.write( "; \n" ); document.write( "in the 1st equation replace d with (n+4) \n" ); document.write( "solve for n \n" ); document.write( " |