Want to see correct answers?
Login or join for free!
Question Group Info

This question group is public and is used in 1 test.

Author: nsharp1
No. Questions: 3
Created: Sep 4, 2019
Last Modified: 5 years ago

Matrices and Data Manipulation

View group questions.

To print this group, add it to a test.

The following matrix, A, lists 5 sets of points, where the first column is the x coordinate and the second column is the y coordinate.

A=[3241597-118]

The following questions will use matrix operations to find the distance between the first and third points.
Grade 12 Matrices CCSS: HSN-VM.C.6
A.
Which of the following operations would result in a 2-by-2 matrix, with only the first and third points as elements? Let this matrix be called B.
  1. B=[1010010100]A
  2. B=A[1100110000]
  3. B=A[1000010000]
  4. B=[1000000100]A