document.write( "Question 810384: Brad has a collection of dimes and quarters totaling $47.50. The number of quarters is 10 more than twice the number of dimes. How many coins of each kind does he have? \n" ); document.write( "
Algebra.Com's Answer #488090 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! 10d + 25q = 4750 \n" ); document.write( "q = 2d + 10 \n" ); document.write( "--- \n" ); document.write( "10d + 25q = 4750 \n" ); document.write( "10d + 25(2d + 10) = 4750 \n" ); document.write( "10d + 50d + 250 = 4750 \n" ); document.write( "60d = 4500 \n" ); document.write( "--- \n" ); document.write( "d = 75 \n" ); document.write( "q = 2(75) + 10 = 160 \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( " |