Question 30876
Hello!
Let's call X to the number of cars going EAST on the 1st day and Y to the number of cars going WEST on the 1st day.

We can use the information given in the problem to form a simple system of equations and find X and Y. We know:

"A traffic check counted 390 cars passing a certain spot on one day"
This implies that
{{{X + Y = 390}}}
[recall that X and Y are cars in the FIRST day]

We also know that:
"The first day there were 3 times as many cars going east and half as many cars going west on the second day"
This implies that the second day there were X/3 cars going east (because the 1st day had 3 times as many cars going east on the 2nd day) and 2Y cars going west (because the on the first day there were half as many cars going west on the 2nd day).

So the total number of cars in the second day was X/3 + 2Y. We also know that this number is 430. So we get the system:

{{{system(X + Y = 390,(1/3)X + 2Y = 430}}}

You can solve this system with your preferred method. Here's the solution using substitution:

*[invoke linear_substitution "x", "y", 1, 1, 390, "(1/3)", 2, 430]

So there were 210 cars going east and 180 cars going west in the 1st day, for a total of 390 cars. The second day, there were X/3 = 70 cars going east and 2Y = 360 cars going west, for a total of 430 cars.


I hope this helps!
Get more answers at <a href=http://www.onlinemathanswers.com>Online Math Answers.com</a>!