document.write( "Question 1097758: if 2 tables and 3 chairs cost Rs3500 and 3 tables and 2 chairs cost Rs 4000 what is the price of one table?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #712181 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
let T represent the price of one table.
\n" ); document.write( "let C represent the price of 1 chair.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2T + 3C = 3500
\n" ); document.write( "3T + 2C = 4000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "multiply both sides of the first equation by 3 and multiply both sides of the second equation by 2 to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "6T + 9C = 10500
\n" ); document.write( "6T + 4C = 8000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "subtract the second equation from the first to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "5C = 2500\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solve for C to get C = 500.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "use either one of the original equations and replace C with 500 and solve for T.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "first original equation is 2T + 3C = 3500
\n" ); document.write( "replace C with 500 to get 2T + 1500 = 3500
\n" ); document.write( "subtract 1500 from both sides of this equation to get 2T = 2000
\n" ); document.write( "solve for T to get T = 1000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you have T = 1000 and C = 500.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "go back to the original equations and evaluate to determine if the solution is correct.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2T + 3C = 3500 becomes 2*1000 + 3*500 = 3500 which becomes 2000 + 1500 = 3500 which becomes 3500 = 3500 which confirms the solution is correct for the first equation.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3T + 2C = 4000 becomes 3*1000 + 2*500 = 4000 which becomes 3000 + 1000 = 4000 which becomes 4000 = 4000 which confirms the solution is correct for the second equation.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the price of one table is rs 1000.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );