Question 31736
Hello!
You appear to be in the right track. These are the three equations that can be deduced from teh data in the problem:

"The average age of the Smith's cars is eight years"
{{{(x+y+z)/3 = 8}}}, or {{{x+y+z=24}}} (you got this one right)

"Three years ago the Toyota was twice as old as the Ford"
This means that the current age of the toyota minus 3, is twice as much as the current age of the Ford minus 3. So we get the equation:

{{{x-3 = 2(y-3)}}}

Let's put it in aX + bY + cZ = D form, so then it's easy to write it as a matrix. The above equation implies that:

{{{x-3-2(y-3) = 0}}}
{{{x-3-2y+6=0}}}
{{{x - 2y = -3}}}

Finally,
"Two years ago the sum of the Buick's and the Ford's ages was equal to the age of the Toyota"

Using the same reasoning as in the previous equation, this statement implies that:
{{{(z-2)+(y-2) = (x-2)}}}

Let's put it in the same form:

{{{-x + y + z = 2}}}

Therefore, written in matrix form, this problem becomes:

{{{(matrix(3,3,1,1,1,1,-2,0,-1,1,1))*(matrix(3,1,x,y,z)) = (matrix(3,1,24,-3,2))}}}


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