document.write( "Question 955319: There are benches in a class room if 4 students sit on each bench , three benches are left vacant and if 3 students sit on each bench three students are left standing what is the total num of students in the class \n" ); document.write( "
Algebra.Com's Answer #583531 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
let x equal the number of benches.
\n" ); document.write( "let y equal the number of students.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "when there are 4 students to a bench, then there are 3 benches left over.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this means that y = 4x - 12.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that formula states that the number of students is equal to 4 times the number of benches - 12 students.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the 12 students that are subtracted are the 4 students per bench for the 3 benches that are empty.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "when there are 3 students to a bench, then there are 3 students left over.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this means that y = 3x + 3.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that formula states that the number of students is equal to 3 times the number of benches plus 3 students.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the 3 students that are added are the 3 students that could not fit on any of the benches because there were only 3 students per bench.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you have 2 equations that need to be solved simultaneously.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "they are:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y = 4x - 12
\n" ); document.write( "y = 3x + 3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in the second equation, substitute 4x - 12 for y and you get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "4x - 12 = 3x + 3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solve for x to get x = 15.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the number of benches has to be 15 if the calculations were done correctly.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "with 4 students per bench, you get 4 * 15 = 60 students.
\n" ); document.write( "since 3 of the benches were empty, you have to subtract 3 * 4 = 12.
\n" ); document.write( "you get 60 - 12 = 48 students.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "with 3 students per bench, you get 3 * 15 = 45 students.
\n" ); document.write( "since 3 of the students couldn't fit on any of the benches, you have to add 3 students to the total.
\n" ); document.write( "you get 45 + 3 = 48 students.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the solution is 15 benches and 48 students.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );