document.write( "Question 809900: you have $121 in a savings account and save $10 per week. Your friend has $85 in a saving account and saves $16 per week. How many weeks will it take for you and you friend to have the same balance? \n" ); document.write( "
Algebra.Com's Answer #487836 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! y = 121 + 10w \n" ); document.write( "f = 85 + 16w \n" ); document.write( "--- \n" ); document.write( "121 + 10w = 85 + 16w \n" ); document.write( "6w = 36 \n" ); document.write( "Answer: \n" ); document.write( "w = 6 \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( " |