

InterviewSolution
Saved Bookmarks
1. |
How will you show that (17 × 11 × 2) + (17 × 11 × 5) is a composite number? Explain. |
Answer» (17 × 11 × 2) + (17 × 11 × 5) = (17 × 11) (2 + 5) = (17 × 11) (7) = 187 × 7 Now the given expression is written as a product of two integers and hence it is a composite number. |
|