

InterviewSolution
Saved Bookmarks
1. |
Find the products: (x + 6) (x +6) |
Answer» Given that (x + 6) (x +6) But we can write the given expression as (x + 6) (x +6) = (x + 6)2 But we have (a + b)2=a2+2ab+b2 On applying above identity in the given expression we get, (x + 6)2= x2+2 x (6) + 62 (x + 6)2= x2+12 x + 36 |
|