document.write( "Question 816996: Phillip has $2.10 in nickels and dimes. If he has a total of 31 coins, how many of the coins are nickels? \n" ); document.write( "
Algebra.Com's Answer #491828 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! 5n + 10d = 210 \n" ); document.write( "n + d = 31 \n" ); document.write( "d = 31 - n \n" ); document.write( "--- \n" ); document.write( "5n + 10d = 210 \n" ); document.write( "5n + 10(31 - n) = 210 \n" ); document.write( "5n + 310 - 10n = 210 \n" ); document.write( "5n = 100 \n" ); document.write( "--- \n" ); document.write( "n = 20 \n" ); document.write( "d = 11 \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( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.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( " |