document.write( "Question 818656: A handful of 21 nickels and dimes is worth $1.65. Find the number of each type of coin. Show your work.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #492792 by TimothyLamb(4379) You can put this solution on YOUR website! 5n + 10d = 165 \n" ); document.write( "n + d = 21 \n" ); document.write( "n = 21 - d \n" ); document.write( "--- \n" ); document.write( "5n + 10d = 165 \n" ); document.write( "5(21 - d) + 10d = 165 \n" ); document.write( "105 - 5d + 10d = 165 \n" ); document.write( "5d = 60 \n" ); document.write( "--- \n" ); document.write( "d = 12 \n" ); document.write( "n = 9 \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |