document.write( "Question 817704: [ a jar contains 55 quarters and dimes. The total value of coins is $8.50. Find the number of quarters and dimes in the jar. ] \n" ); document.write( "
Algebra.Com's Answer #492152 by TimothyLamb(4379)\"\" \"About 
You can put this solution on YOUR website!
25q + 10d = 850
\n" ); document.write( "q + d = 55
\n" ); document.write( "q = 55 - d
\n" ); document.write( "---
\n" ); document.write( "25q + 10d = 850
\n" ); document.write( "25(55 - d) + 10d = 850
\n" ); document.write( "1375 - 25d + 10d = 850
\n" ); document.write( "15d = 525
\n" ); document.write( "---
\n" ); document.write( "d = 35
\n" ); document.write( "q = 20
\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( "
\n" );