document.write( "Question 1080325:  A traffic check counted 390 cars passing a certain spot on one day and 430 cars at the same spot of the second day. On the first day, there are three times as many cars going east and half as many going west as on the second day. What was the total number of eastbound cars and the total number of west bound cars for the two days? How many are:
\n" );
document.write( "(a) East? (b) West? \n" );
document.write( "
| Algebra.Com's Answer #694490 by Theo(13342)     You can put this solution on YOUR website! let x = number of cars going eastbound \n" ); document.write( "let y = number of cars going westbound.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "on day 1 you have 3 times as many cars going eastbound as on day 2. \n" ); document.write( "on day 1 you have 1/2 as many cars going westbound as on day 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "draw a table similar to one shown below:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " east west total\r\n" ); document.write( "\r\n" ); document.write( "day 1 3x y 390\r\n" ); document.write( "day 2 x 2y 430\r\n" ); document.write( "\r\n" ); document.write( "total 4x 3y 820\r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since 3x is 3 times x, your first requirements is satisfied because 3 times as many cars are going east on day 1 as on day 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since y is 1/2 of 2y, your second requirement is satisfied because 1/2 as many cars are going west on day 1 as on day 2.\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( "3x + y = 390 \n" ); document.write( "x + 2y = 430\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiply both sides of the first equation by 2 and leave the second equation as is to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "6x + 2y = 780 \n" ); document.write( "x + 2y = 430\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( "5x = 350\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for x to get x = 530 / 5 = 70\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in the first original equation, solve for y as follows:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "start with 3x + y = 390 \n" ); document.write( "replace x with 70 to get 3*70 + y = 390 \n" ); document.write( "simplify to get 210 + y = 390 \n" ); document.write( "subtract 210 from both sides to get y = 390 - 210 \n" ); document.write( "simplify to get y = 180\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 70 \n" ); document.write( "y = 180\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substitute in both original equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3x + y = 390 becomes 3*70 + 180 = 390 which becomes 210 + 180 = 390 which becomes 390 = 390 which is true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + 2y = 430 becomes 70 + 2*180 = 430 which becomes 70 + 360 = 430 which becomes 430 = 430 which is true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the solutions look good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the question was how many cars were eastbound total and how many cars were westbound total.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3x + x = 4x = 4*70 = 280 \n" ); document.write( "y + 2y = 180 + 360 = 540\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "total cars both ways for both days = 820 \n" ); document.write( "total of 280 were eastbound \n" ); document.write( "total of 540 were westbound\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |