document.write( "Question 808505: you have 46 coins consisting of dimes and quarters with a total value of 7.00$ how many of each coin do you have \n" ); document.write( "
Algebra.Com's Answer #487044 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! 10d + 25q = 700 \n" ); document.write( "d + q = 46 \n" ); document.write( "d = 46 - q \n" ); document.write( "--- \n" ); document.write( "10(46 - q) + 25q = 700 \n" ); document.write( "460 - 10q + 25q = 700 \n" ); document.write( "460 + 15q = 700 \n" ); document.write( "15q = 240 \n" ); document.write( "Answer: \n" ); document.write( "q = 16 \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( "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( " |