document.write( "Question 926206: Dula wants to invest a total of $10000 in two types of accounts. The ratio would be 4:5. How much should she invest in each account?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #562144 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = dollar amount in account a \n" ); document.write( "y = dollar amount in account b \n" ); document.write( "--- \n" ); document.write( "x + y = 10000 \n" ); document.write( "x/y = 4/5 \n" ); document.write( "5x = 4y \n" ); document.write( "--- \n" ); document.write( "put the system of linear equations into standard form \n" ); document.write( "--- \n" ); document.write( "x + y = 10000 \n" ); document.write( "5x = 4y \n" ); document.write( "--- \n" ); document.write( "x + y = 10000 \n" ); document.write( "5x - 4y = 0 \n" ); document.write( "--- \n" ); document.write( "copy and paste the above standard form linear equations in to this solver: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( "--- \n" ); document.write( "solution: \n" ); document.write( "x = dollar amount in account a = 4444.44 \n" ); document.write( "y = dollar amount in account b = 5555.56 \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( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( " |