InterviewSolution
Saved Bookmarks
| 1. |
Find the areas of rectangles with the following pairs of monomials as their lengths and breadths respectively(p, q); (10m, 5n); (20x2, 5y2); (4x, 3x2); (3mn, 4np) |
|
Answer» Area=length*breath 1) area = p*q=pq 2) area= 10m*5n=50mn 3) area=`20x^2*5y^2`=`100x^2y^2` 4) area=`4x*3x^2=12x^3` 5) area= 3mn*4np=12mnnp. |
|