document.write( "Question 827181: Solve by using 2 unknowns:
\n" );
document.write( "I have $1.60 in nickels and dimes. If the nickels had been pennies and the dimes had been quarters, then I would have $1.70. How many nickels and dimes do I actually have?
\n" );
document.write( "Start with 5n+10d=160 \n" );
document.write( "
Algebra.Com's Answer #498501 by josgarithmetic(39618)![]() ![]() ![]() You can put this solution on YOUR website! The second part, \"if\", means different coefficients.\r \n" ); document.write( "\n" ); document.write( "Pennies, 0.01 dollar per coin or 1 cent per coin; \n" ); document.write( "Quarters, 0.25 dollar per coin or 25 cents per coin.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You already have your counts, n and d. Now, each counts some other coin value, but still the same n and d. \n" ); document.write( "Keeping the equation in cents, \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "System to solve is: \n" ); document.write( "n+25d=170 and 5n+10d=160\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------ \n" ); document.write( "Simplify the \"160\" equation by multiplying left and right sides by (1/5) to have n+2d=32 \n" ); document.write( " |