

InterviewSolution
Saved Bookmarks
1. |
The perimeter of a rectangle is 30 cm. The length and breadth of the rectangle are inegers in cm. Find the number of possible pairs of length and breadth in cm.A. 1B. 6C. 7D. 8 |
Answer» Correct Answer - C Given , `2(l+b)=30cm` `(l+b)=15 cm` The possible pairs are `(14,1),(13,2),(12,3),(11,4),(10,5),(9,6), (8,7)`. Hence the correct option is (c). |
|