document.write( "Question 1007577: 1) Nineteen coins are what’s in this cup.
\n" );
document.write( "Better believe me ‘cause that’s what’s up.
\n" );
document.write( "There’s no peeking or you’ll never learn.
\n" );
document.write( "Wait ‘til the end when it’s your turn.
\n" );
document.write( "A dollar thirty is the total inside.
\n" );
document.write( "That’s the truth, I’ve never lied.
\n" );
document.write( "So how many nickels and how many dimes?
\n" );
document.write( "Figure it out. I’ve got no more rhymes. \n" );
document.write( "
Algebra.Com's Answer #623544 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Creative problem. \n" ); document.write( "Let n and d be the number of nickels and dimes. Then we have \n" ); document.write( "n + d = 19 and the value equation is \n" ); document.write( "5n + 10d = 130 (we work in cents) \n" ); document.write( "Now multiply the top equation by five and subtract from the second...we get \n" ); document.write( "5n + 10d = 130 \n" ); document.write( "-(5n + 5d = 95) \n" ); document.write( "----------------- \n" ); document.write( "5d = 35 \n" ); document.write( "d = 7 dimes \n" ); document.write( "n = 12 nickels \n" ); document.write( " |