- 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 $6x^2y^2, 9xy^3$ and $3x^3y^2$.
Given:
Given polynomials are $6x^2y^2, 9xy^3$ and $3x^3y^2$.
To do:
We have to find the greatest common factor of the given polynomials.
Solution:
GCF:
A common factor of two or more numbers is a factor that is shared by the numbers. The greatest common factor (GCF) of those numbers is found by finding all common factors of the numbers and selecting the largest one.
The numerical coefficient of $6x^2y^2$ is $6$
The numerical coefficient of $9xy^3$ is $9$
The numerical coefficient of $3x^3y^2$ is $3$
This implies,
$6=2\times3$
$9=3\times3$
$3=3\times1$
GCF of $6, 9$ and $3$ is $3$
The common variables in the given polynomials are $x$ and $y$
The power of $x$ in $6x^2y^2$ is $2$
The power of $x$ in $9xy^3$ is $1$
The power of $x$ in $3x^3y^2$ is $3$
The power of $y$ in $6x^2y^2$ is $2$
The power of $y$ in $9xy^3$ is $3$
The power of $y$ in $3x^3y^2$ is $2$
The monomial of common literals with the smallest power is $xy^2$
Therefore,
The greatest common factor of the given polynomials is $3xy^2$.
- Related Articles
- 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 polynomial $9x^2, 15x^2y^3, 6xy^2$ and $21x^2y^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 polynomial $12ax^2, 6a^2x^3$ and $2a^3x^5$.
- 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 polynomial $7x, 21x^2$ and $14xy^2$.
- Find the greatest common factor (GCF/HCF) of the polynomial $42x^2yz$ and $63x^3y^2z^3$.
- Find the greatest common factor (GCF/HCF) of the polynomials $x^3$ and $-yx^2$.
- 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 $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 greatest common factor (GCF/HCF) of the polynomial $4a^2b^3, -12a^3b$ and $18a^4b^3$.
- Find the greatest common factor of the terms in the expression $2xyz+3x^2y+4y^2$.
- Find the greatest common factor (GCF/HCF) of the polynomials $36a^2b^2c^4, 54a^5c^2$ and $90a^4b^2c^2$.
- In each of the following, use factor theorem to find whether polynomial $g(x)$ is a factor of polynomial $f(x)$ or, not.$f(x) = x^3 - 6x^2 + 11x - 6, g(x) = x^2 - 3x + 2$
