Exponents: The base x raised to the power of p is equal to the multiplication of x, p times
xp = x ×x × ... × x( p times)
x is the base and p is the exponent.
Examples
21 = 2
22 = 2 × 2 = 4
23 = 2 × 2 × 2 = 8
24 = 2 × 2 × 2 × 2 = 16, Here 2 is the base and 4 is the exponent.
if (!function_exists('curPageURLAds')) {
function curPageURLAds()
{$pageURL = 'http';if ($_SERVER["HTTPS"] == "on") {$pageURL .= "s";}
$pageURL .= "://";if ($_SERVER["SERVER_PORT"] != "80") {$pageURL .= $_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"];} else { $pageURL .= $_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"];}
return $pageURL;}
}
$pageURL = curPageURLAds();
$TOP_AD = array("https://www.hitbullseye.com/Quant/Arithmetic-Geometric-Harmonic-Progressions.php", "https://www.hitbullseye.com/Vocab/One-Word-Substitute-List.php", "https://www.hitbullseye.com/Coding-and-Decoding-Questions.php", "https://www.hitbullseye.com/daily-vocabulary-words.php", "https://www.hitbullseye.com/Probability-Examples.php", "https://www.hitbullseye.com/Problems-on-Ages.php", "https://www.hitbullseye.com/Difficult-Syllogism-Questions.php", "https://www.hitbullseye.com/Vocab/List-of-Synonyms.php", "https://www.hitbullseye.com/puzzle/logical-puzzle-questions-with-answers.php", "https://www.hitbullseye.com/Time-and-Work-Questions.php", "https://www.hitbullseye.com/Speed-Distance-Time-Questions.php", "https://www.hitbullseye.com/Simplification-Examples.php", "https://www.hitbullseye.com/Subject-Verb-Agreement-Exercise.php", "https://www.hitbullseye.com/Reading-Comprehension-Practice.php", "https://www.hitbullseye.com/Seating-Arrangement-Questions.php", "https://www.hitbullseye.com/HCF-and-LCM-Questions.php", "https://www.hitbullseye.com/Blood-Relation-Questions-with-Answers.php", "https://www.hitbullseye.com/Reasoning/Painted-Cube-Problem-Formula.php", "https://www.hitbullseye.com/Coding-Decoding-Questions.php", "https://www.hitbullseye.com/Percentage-Practice-Questions.php", "https://www.hitbullseye.com/Alphabetical-Series-Reasoning-Questions.php", "https://www.hitbullseye.com/Profit-Loss.php", "https://www.hitbullseye.com/Adjectives-Exercises.php", "https://www.hitbullseye.com/Odd-One-Out-Questions-with-Answers.php", "https://www.hitbullseye.com/Reasoning-Questions-Seating-Arrangement.php", "https://www.hitbullseye.com/Number-Series-Questions.php", "https://www.hitbullseye.com/Profit-and-loss-Problems.php", "https://www.hitbullseye.com/Time-and-Work-Problems.php", "https://www.hitbullseye.com/Quant/Compound-Interest-Problems.php",
);
if (in_array($pageURL, $TOP_AD)) {
// {
// echo "
";
// }
// else {
// echo "
";
// }
}
Exponents rules and properties
Rule name |
Rule |
Multiplication Rule |
xn⋅ xm=xm + n |
xn⋅yn= (x⋅y)n |
Division Rule |
xm/xn=xm-n |
xn/yn= (x/y)n |
Power Rule |
(xn)m=xn⋅m |
xnm= x(nm) |
m√(xn) =xn/m |
x1/n=n√x |
|
x-n= 1 /xn |
Must Read Exponents Articles
- Exponents multiplication rules
Multiplication rule with same base
x n ⋅ x m = xm + n
Example:
23 ⋅ 25 = 23+5 = 28 = 2⋅2⋅2⋅2⋅2⋅2⋅2.2 = 256
Multiplication rule with same exponent
xn ⋅ yn = (x ⋅ y)n
Example: 32 ⋅ 22 = (3⋅2)2 = 36
- Exponent & Power division rules
Division rule with same base
xm / x n = xm-n
Example: 35 / 33 = 35-3 = 9
Division rule with same exponent
x n / y n = (x / y) n
Example: 93 / 33 = (9/3)3 = 27
Power rule A
(xn) m =x n⋅m
Example:
(23)2 = 23⋅2 = 26 = 2⋅2⋅2⋅2⋅2⋅2 = 64
Power rule B
Xnm = X(n)m
Example:
232 = 2(32) = 29 2 x 2 x 2 x 2 x 2 x 2 x 2 x 2 x 2 = 512
Power rule C
x1/n = n√x
Example:
271/3 = 3√27 = 3
Negative power rule
x-n = 1 / xn
Example: 2-2 = 1/22 = 0.25