

InterviewSolution
Saved Bookmarks
1. |
Manjit wants to donate a rectangular plot of land for a school in his village. When he was asked to give dimensions of the plot, he told that if its length is decreased by 50 m and breadth is increased by 50m, then its area will remain same, but if length is decreased by 10m and breadth is decreased by 20m, then its area will decrease by 5300 m2Based on the information given above, answer the following questions:1. The equations in terms of X and Y area. x - y = 50, 2x - y = 550b. x - y = 50, 2x + y = 550c. x + y = 50, 2x + y = 550d. x + y = 50, 2x + y = 5502. Which of the following matrix equation is represented by the given information3. The value of x (length of rectangular field) isa. 150mb. 400mc. 200m y xd. 320m4. The value of y (breadth of rectangular field) isa. 150mb. 200mc. 430m.d. 350m5. How much is the area of rectangular field?a. 60000Sq.mb. 30000Sq.m.c. 30000md. 3000m |
Answer» 1. b) x - y = 50, 2x + y = 550 2. a) \(\begin{bmatrix}1&-1\\2&1\end{bmatrix}\)\(\begin{bmatrix}x\\y\end{bmatrix}=\begin{bmatrix}50\\550\end{bmatrix}\) 3. c) 200m 4. a) 150m 5. b) 30000Sq.m |
|