- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Find the greatest common factor (GCF/HCF) of the polynomial $9x^2, 15x^2y^3, 6xy^2$ and $21x^2y^2$.
Given:
Given polynomials are $9x^2, 15x^2y^3, 6xy^2$ and $21x^2y^2$.
To do:
We have to find the greatest common factor of the given polynomials.
Solution:
GCF/HCF:
A common factor of two or more numbers is a factor that is shared by the numbers. The greatest/highest common factor (GCF/HCF) of those numbers is found by finding all common factors of the numbers and selecting the largest one.
The numerical coefficient of $9x^2$ is $9$
The numerical coefficient of $15x^2y^3$ is $15$
The numerical coefficient of $6xy^2$ is $6$
The numerical coefficient of $21x^2y^2$ is $21$
This implies,
$9=3\times3$
$15=3\times5$
$6=2\times3$
$21=3\times7$
HCF of $9, 15, 6$ and $21$ is $3$
The common variables in the given polynomials are $x$ and $y$
The power of $x$ in $9x^2$ is $2$
The power of $x$ in $15x^2y^3$ is $2$
The power of $x$ in $6xy^2$ is $1$
The power of $x$ in $21x^2y^2$ is $2$
The power of $y$ in $9x^2$ is $0$
The power of $y$ in $15x^2y^3$ is $3$
The power of $y$ in $6xy^2$ is $2$
The power of $y$ in $21x^2y^2$ is $2$
The monomial of common literals with the smallest power is $xy^0=x$
Therefore,
The greatest common factor of the given polynomials is $3x$.
- Related Articles
- Find the greatest common factor (GCF/HCF) of the polynomial $6x^2y^2, 9xy^3$ and $3x^3y^2$.
- Find the greatest common factor (GCF/HCF) of the polynomial $7x, 21x^2$ and $14xy^2$.
- Find the greatest common factor (GCF/HCF) of the polynomials $2x^3y^2, 10x^2y^3$ and $14xy$.
- Find the greatest common factor (GCF/HCF) of the polynomials $14x^3y^5, 10x^5y^3$ and $2x^2y^2$.
- Find the greatest common factor (GCF/HCF) of the polynomials $6x^3y$ and $18x^2y^3$.
- Find the greatest common factor (GCF/HCF) of the polynomials $2x^2$ and $12x^2$.
- Find the greatest common factor (GCF/HCF) of the polynomials $x^3$ and $-yx^2$.
- Find the greatest common factor (GCF/HCF) of the polynomial $12ax^2, 6a^2x^3$ and $2a^3x^5$.
- Find the following products:$(3x + 2y) (9x^2 - 6xy + 4y^2)$
- Find the greatest common factor (GCF/HCF) of the polynomials $15a^3, -45a^2$ and $-150a$.
- Find the greatest common factor (GCF/HCF) of the polynomials $a^2b^3$ and $a^3b^2$.
- Find the HCF of $ 9x^2 \ and \ 6xy$.
- Find the greatest common factor (GCF/HCF) of the polynomial $42x^2yz$ and $63x^3y^2z^3$.
- Find the following products:$(3x + 2y + 2z) (9x^2 + 4y^2 + 4z^2 – 6xy – 4yz – 6zx)$
- Find the greatest common factor (GCF/HCF) of the polynomial $4a^2b^3, -12a^3b$ and $18a^4b^3$.
