document.write( "Question 819927: Kendra has $3.75 in dimes and nickels. If she has 2 times as many dimes as nickels, how many of each coin does she have?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #493339 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! 5n + 10d = 375 \n" ); document.write( "d = 2n \n" ); document.write( "--- \n" ); document.write( "5n + 10d = 375 \n" ); document.write( "2n - d = 0 \n" ); document.write( "--- \n" ); document.write( "solve the above system of linear equations for n and d: \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "n = 15 \n" ); document.write( "d = 30 \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( " |