Simplify the Matrix [[18,40],[50,82],[8,64],[32,50]]
Problem
Solution
Identify the greatest common divisor for all entries in the matrix to simplify by factoring out a scalar.
Determine the common factor by checking the divisibility of each element:
18 , 40, 50, 82, 8, 64, 32, 50$. All elements are even numbers.Factor out the scalar
2 from every entry in the matrix.Divide each element by
2 to find the remaining matrix entries:18/2=9 40/2=20 50/2=25 82/2=41 8/2=4 64/2=32 32/2=16 and50/2=25
Final Answer
Want more problems? Check here!