

InterviewSolution
Saved Bookmarks
1. |
Find the area of the rectangle whose length and breadth are (y + 4) and (y – 3). |
Answer» Length of the rectangle = y + 4 breadth of the rectangle = y – 3 Area of the rectangle = length × breadth = (y + 4)(y – 3) = y2 + (4 +(-3))y + (4)(-3) = y2 + y – 12 |
|