document.write( "Question 1112450: A board 25 feet long is cut into two pieces. Five feet less than two times the length of the longer piece is equal to three times the length of the shorter piece. Find the length of each piece. \n" ); document.write( "
Algebra.Com's Answer #727504 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let x = the length of the longer piece. \n" ); document.write( "let y = the length of the shorter piece.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the board is 25 feet long.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the length of the longer piece plus the length of the shorter piece is equal to 25 feet.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equation for that is x + y = 25 (first equation)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Five feet less than two times the length of the longer piece is equal to three times the length of the shorter piece.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equation for that is 2x - 5 = 3y (second equation)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "these two equations need to be solved simultaneously.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in the first equation, solve for y to get y = 25 - x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in the second equation, replace y with 25 - x to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x - 5 = 3y becomes 2x - 5 = 3 * (25 - x)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x - 5 = 75 - 3x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "add 3x to both sides of the equation and add 5 to both sides of the equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5x = 80\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for x to get x = 80/5 = 16\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in the first equation, replace x with 16 to get x + y = 25 becomes 16 + y = 25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for y to get y = 25 - 16 = 9.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have x = 16 and y = 9.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the first equation of x + y = 25 becomes 16 + 9 = 25 which becomes 25 = 25 which is true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the second equation of 2x - 5 = 3y becomes 2 * 16 - 5 = 3 * 9, which becojmes 32 - 5 = 27, which becomes 27 = 27, which is true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "both original equations are true when x = 16 and y = 9, therefore the solution can be assumed to be good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your solution is that the length of the longer piece is 16 feet and the length of the shorter piece is 9 feet.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |