document.write( "Question 808365: 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 #486979 by TimothyLamb(4379)\"\" \"About 
You can put this solution on YOUR website!
d + q = 46
\n" ); document.write( "10d + 25q = 700
\n" ); document.write( "---
\n" ); document.write( "10d + 25(46 - d) = 700
\n" ); document.write( "10d + 1150 - 25d = 700
\n" ); document.write( "15d = 450
\n" ); document.write( "---
\n" ); document.write( "Answer:
\n" ); document.write( "d = 30
\n" ); document.write( "q = 16
\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" );