InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    What is polynomials? What types of polynomials are? Give some examples. | 
                            
| Answer» A type of algebraic expression with many terms having variables and coefficients is called polynomial.Monomial – Algebraic expression with only one term is called monomial.Example: 2x,2,5x,3y, etc.Binomial: Algebraic expression with two terms is called binomial.Example: 2x+2,3y2+5,3m+3, etc.Trinomial – Algebraic expression with three terms is called trinomial.Example: 3x+3y+2,5y2+2y+2, etc.But algebraic expressions having more than two terms are collectively known as polynomials. | |