document.write( "Question 821802: Ann can spend exactly $10 to purchase 25 fruit bars, each equal in price. Ann can also spend exactly $10 to purchase 40 granola bars, each equal in price.
\n" );
document.write( " Write an equation which can be used to find all combinations of fruit bars(x) and granola bars (y) that will cost exactly $10.
\n" );
document.write( "Graph the equation.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #494449 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! --- \n" ); document.write( "fruit bar price: $10/25 \n" ); document.write( "granola bar price: $10/40 \n" ); document.write( "--- \n" ); document.write( "(10/25)x + (10/40)y = 10 \n" ); document.write( "--- \n" ); document.write( "0.40x + 0.25y = 10 \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( " |