document.write( "Question 932282: i have $11 which are x dimes and x-12 quarters how many of each coin do i have. \n" ); document.write( "
Algebra.Com's Answer #566082 by TimothyLamb(4379) You can put this solution on YOUR website! x = dimes \n" ); document.write( "y = x-12 = quarters \n" ); document.write( "--- \n" ); document.write( "10x + 25y = 1100 \n" ); document.write( "10x + 25(x-12) = 1100 \n" ); document.write( "10x + 25x - 12*25 = 1100 \n" ); document.write( "35x = 1100 + 12*25 \n" ); document.write( "x = (1100 + 12*25)/35 \n" ); document.write( "x = 40 \n" ); document.write( "y = x-12 \n" ); document.write( "y = 40-12 \n" ); document.write( "y = 28 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "x = dimes = 40 \n" ); document.write( "y = quarters = 28 \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( " |