document.write( "Question 1009760: Mrs. Bond bought three cans of corn and five cans of tomatoes for $1.82. The following week, she bought two cans of corn and three cans of tomatoes for $1.11, paying the same prices. Find the cost of Koren and the cost of a can of tomatoes. \n" ); document.write( "
Algebra.Com's Answer #625236 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call the prices of corn and tomatoes, c and t. Then we have
\n" ); document.write( "3c + 5t = 182 (use cents)
\n" ); document.write( "and
\n" ); document.write( "2c + 3t = 111
\n" ); document.write( "Multiply the top by two and the bottom by three and subtract them, giving us
\n" ); document.write( "6c + 10t = 364
\n" ); document.write( "-(6c + 9t = 333)
\n" ); document.write( "----------------
\n" ); document.write( "t = 31 cents for tomatoes
\n" ); document.write( "Then
\n" ); document.write( "2c + 3(31) = 111
\n" ); document.write( "2c + 93 = 111
\n" ); document.write( "2c = 18
\n" ); document.write( "c = 9 cents for corn
\n" ); document.write( "
\n" );