Answer:
(x, y, z) = (1, -1, -4)
Step-by-step explanation:
A suitable graphing or scientific calculator can find the reduced row-echelon form for you. There are on-line calculators that will do that, too.
_____
In general, if you want to do this by hand, you want to use row operations on the augmented matrix to make the diagonal elements 1 and the off-diagonal elements 0 as shown in the attached result.
If a[i,j] represents the element at row i, column j, you do that by dividing row i by a[i, i] (to make a[i, i] = 1), then subtracting the product of row i and a[k,i] from row k. (for all rows k ≠ i) For this 3-row matrix, repeat these steps for i = 1 to 3.
In the general case of an n by n+1 augmented matrix, you will be doing n^2 row operations, each one involving evaluation of n+1 expressions. The work rapidly grows with matrix size, so readily justifies use of a calculator.
As with many "elimination" problems, appropriate choice of sequence can reduce the work. The above algorithm always produces the reduced row-echelon form, but may result in messy arithmetic along the way.
Answer:
Writing the information in the form of ratio
Three point basket = Three point tries
3 : 4
27 : x
Think about multiplication , how many 3s do you need to make 27 ?
Its 27 ÷ 3= 9
Because you need 9 lots of 3, Then to make it proportional , you'd need 9 lots of 4
9×4 = 36
Three points tries is 36
Yes, that is correct. I checked it on my calculator. Good job!
Answer: chicken $8, duck $5
Explanation:
x - the cost of a chicken
y - the cost of a duck
he sold 50 chickens and 30 ducks for $550: 50x + 30y = 550
he sold 44 chickens and 36 ducks for $532: 44x + 36y = 532
50x + 30y = 550 divide by 10
44x + 36y = 550 divide by 4
______________
50x/10 + 30y/10 = 550/10
44x/4 + 36y/4 = 532/4
______________
5x + 3y = 55
Multiply by (-3)
11x + 9y = 133
______________
5x * (-3) + 3y * (-3) = 55 * (-3)
11x + 9y = 133
______________
-15x - 9y = -165
11x + 9y = 133
______________
Sum up:
-4x + 0y = -32
-4x = -32
x = -32/-4
x = 8
Since 5x + 3y = 55 and x = 8, then:
5 * 8 + 3y = 55
40 + 3y = 55
3y = 55 - 40
3y = 15
y = 15/3
y = 5