15.5k views
1 vote
Construct a matrix of 2X2 IN WHICH aij= 2i+3j

A) | 1 2 |
| 3 4 |

B) | 2 3 |
| 4 5 |

C) | 3 1 |
| 5 2 |

D) | 4 3 |
| 6 5 |

User Txxwq
by
7.9k points

1 Answer

3 votes

Final answer:

The correct matrix is option C) | 3 1 || 5 2 |

Step-by-step explanation:

The given matrix is:

| 2i + 3j | 2(1) + 3(2) | 2(1) + 3(4) |

| 2(2) + 3(1) | 2(2) + 3(2) | 2(2) + 3(4) |

Simplifying the matrix gives:

| 8 10 |

| 7 10 |

So the correct matrix is:

Option C) | 3 1 |

| 5 2 |

User Mike Roosa
by
9.0k points

Related questions

asked May 11, 2022 164k views
Amadan asked May 11, 2022
by Amadan
8.8k points
1 answer
1 vote
164k views
1 answer
3 votes
140k views