InterviewSolution
Saved Bookmarks
| 1. |
Identify the terms and their factors in the following expressions Show the terms and factors by tree diagrams. (a) `x-3` (b) `1+x+x^2` (c) `y-y^3` (d) `5xy^2 + 7x^2y` |
|
Answer» (a) term : `x-3 ` factor: `x,-3` (b)term: `1+x+x^2` factor: `1,x,x^2: x,x` (c) term: `y-y^3` factor: `y,-y^3: -1,y,y,y` (d) term: `5xy^2 + 7x^2y` factor: `5x^2y: 5,x,x,y ; 7x^2y: 7,x,x,y` (e) term : `-ab+ 2b^2-3a^2` factor : `-ab : -1,a,b ; 2b^2 : 2,b,b ; -3a^2 : -1,3,a,a` answers |
|