SOLUTION: Write a system of equations in 2 or 3 variables. Then use one of the methods using matrices to solve the system and state the solution.
A newsboy had $2.65, consisting of nicke
Algebra ->
Matrices-and-determiminant
-> SOLUTION: Write a system of equations in 2 or 3 variables. Then use one of the methods using matrices to solve the system and state the solution.
A newsboy had $2.65, consisting of nicke
Log On
Question 1113204: Write a system of equations in 2 or 3 variables. Then use one of the methods using matrices to solve the system and state the solution.
A newsboy had $2.65, consisting of nickels, dimes, and quarters. If the number of dimes exceeded the number of nickels by 1, and the number of quarters was equal to the number of nickels decreased by one, what was the number of each kind of coin? Answer by Theo(13342) (Show Source):
You can put this solution on YOUR website! this can be solved easily without using matrices, so i'll do that first to see what the answer should be.
n = number of nickels.
d = number of dimes.
q = number of quarters.
to solve this using matrices, you would do the following:
first you want to get the constants on the right side of the equations and the variables on the left side of the equations.
the matrix columns will be in the following order:
n d q c
your first equation stays the same.
your second equation is d = n + 1
subtract n from both sides to get d - n = 1
reorder the terms and provide 0 coefficient for the missing terms to get:
-1n + 1d + 0q = 1
your third equation is q = n - 1
add 1 to both sides and subtract q from both sides to get 1 = n - q
flip sides to get n - q = 1
provide 0 coefficient for the missing terms to get:
1n - 0d - 1q = 1
now create your matrix using the coefficients of the variables and the constant term.
it will look like this:
n d q c
row 1 5 10 25 265
row 2 -1 1 0 1
row 3 1 0 -1 1
the first row is your heading to remind you what the coefficients and constants in each column are representing.
n is the number of nickels
d is then umber of dimes
q is the number of quarters
c is the number of cents
the first column just tells you what the row number is.
i did the rest in excel because keeping everything in the right position is difficult without using it.
the progression of the matrix looks like this:
your answer is the same as i got without using the matrix, as it should.
my way is only one way to get to the answer.
if you do the steps correctly, you should arrive at the same answer, even if you did the steps a different way.