InterviewSolution
Saved Bookmarks
| 1. |
Identify, in the following expressions, terms which are not constants. Give their numerical coefficients: `xy+4, 13-y^2, 13-y+5y^2, 4p^2 q-3pq^2+5` |
|
Answer» expression ; term ; numerical (i) `xy + 4 ; xy ; 4 ` (ii) `13-y^2 ; -y^2 ; 13` (iii) `13-y + 5y^2 ; 5y^2 - y ; 13` (iv) `4p^2q - 3pq^2 + 5 ; 4p^2 q , -3pq^2 ; 5` answers |
|