document.write( "Question 211724: Mel and Ann were having breakfast at a restaurant. Mel paid $3.50 for 3 eggs and 1 sausage patty. Ann paid $5.25 for 2 eggs and 3 sausage patties. Find the cost of each egg and each sausage patty. \n" ); document.write( "
Algebra.Com's Answer #159975 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
3e+1s=3.50, s=3.50-3e
\n" ); document.write( "2e+3s=5.25
\n" ); document.write( "2e+3(3.50-3e)=5.25
\n" ); document.write( "2e+10.50-9e=5.25
\n" ); document.write( "-7e=-5.25
\n" ); document.write( "e=.75
\n" ); document.write( "--------------------
\n" ); document.write( "3(.75)+s=3.50
\n" ); document.write( "2.25+s=3.50
\n" ); document.write( "s=1.25
\n" ); document.write( "---------------------
\n" ); document.write( "proof
\n" ); document.write( "2(.75)+3(1.25)=5.25
\n" ); document.write( "
\n" );