- 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 polynomials $15a^3, -45a^2$ and $-150a$.
Given:
Given polynomials are $15a^3, -45a^2$ and $-150a$.
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 $15a^3$ is $15$
The numerical coefficient of $-45a^2$ is $45$
The numerical coefficient of $-150a$ is $150$
This implies,
$15=3\times5$
$45=3\times3\times5$
$150=2\times3\times5\times5$
HCF of $15, 45$ and $150$ is $3\times5=15$
The common variable in the given polynomials is $a$.
The power of $a$ in $15a^3$ is $3$
The power of $a$ in $-45a^2$ is $2$
The power of $a$ in $-150a$ is $1$
The monomial of common literals with the smallest power is $a$.
Therefore,
The greatest common factor of the given polynomials is $15a$.
- Related Articles
- 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 $a^2b^3$ and $a^3b^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 $6x^3y$ and $18x^2y^3$.
- 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 $6x^2y^2, 9xy^3$ and $3x^3y^2$.
- 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 polynomial $12ax^2, 6a^2x^3$ and $2a^3x^5$.
- 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 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 of the terms in the expression $5a^4+10a^3-15a^2$.
- Find the lowest common denominator or greatest common factor in Excel
