document.write( "Question 791153: Can someone help me solve this?
\n" );
document.write( "Type of Problem: Applications of Linear Systems\r
\n" );
document.write( "\n" );
document.write( "Solve the problem by using a system of equations.
\n" );
document.write( "Amy can buy 3 sandwiches and 4 iced teas for $22.25. She can buy 1 sandwich and 3 iced teas for $9.50. Find the cost for 1 sandwich and 1 iced tea. \n" );
document.write( "
Algebra.Com's Answer #479405 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! 3x + 4y = 22.25 \n" ); document.write( "x + 3y = 9.50 \n" ); document.write( "solve second equation for x \n" ); document.write( "x = 9.50 -3y \n" ); document.write( "substitute in equation 1 \n" ); document.write( "3*(9.50-3y) +4y = 22.25 \n" ); document.write( "28.50 -9y +4y = 22.25 \n" ); document.write( "-5y = -6.25 \n" ); document.write( "y = 1.25 \n" ); document.write( "x = 9.50 -3*(1.25) = 5.75 \n" ); document.write( "therefore a sandwich costs $5.75 and iced tea costs $1.25\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |