- 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 $7x, 21x^2$ and $14xy^2$.
Given:
Given polynomials are $7x, 21x^2$ and $14xy^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 $7x$ is $7$
The numerical coefficient of $21x^2$ is $21$
The numerical coefficient of $14xy^2$ is $14$
This implies,
$7=7\times1$
$21=3\times7$
$14=2\times7$
HCF of $7, 21$ and $14$ is $7$
The common variables in the given polynomials are $x$ and $y$
The power of $x$ in $7x$ is $1$
The power of $x$ in $21x^2$ is $2$
The power of $x$ in $14xy^2$ is $1$
The power of $y$ in $7x$ is $0$
The power of $y$ in $21x^2$ is $0$
The power of $y$ in $14xy^2$ is $2$
The monomial of common literals with the smallest power is $x$
Therefore,
The greatest common factor of the given polynomials is $7x$.
- Related Articles
- 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 $6x^2y^2, 9xy^3$ and $3x^3y^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 polynomial $12ax^2, 6a^2x^3$ and $2a^3x^5$.
- 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 $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 $42x^2yz$ and $63x^3y^2z^3$.
- Find the greatest common factor (GCF/HCF) of the polynomial $4a^2b^3, -12a^3b$ and $18a^4b^3$.
- Find the greatest common factor (GCF/HCF) of the polynomials $36a^2b^2c^4, 54a^5c^2$ and $90a^4b^2c^2$.
- 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 highest common factor of;$7x^2yz^4, 21x^2y^5z^3$
- Find the greatest common factor of the terms in the expression $3a^2b^2+4b^2c^2+12a^2b^2c^2$.
