352,932 views
4 votes
4 votes
prove that the value of each expression is divisible by the given number 8^10-2^27 is divisible by 14

User Kheyse
by
2.8k points

1 Answer

17 votes
17 votes

Answer:

Proof below

Explanation:

General Strategy:

  1. Find factors of divisor
  2. Use algebraic properties to reveal those factors in the given expression.

Divisibility

A number, p, is divisible by another number, d, if and only if there is some non-negative integer, n, such that n*d=p.

To prove that, 300 is divisible by 10 because, 30 is a non-negative integer, and 10*30=300.

Strategies for Divisibility by a composite number

Note that in the previous example, 10 is a composite number. This means that both one 2 and one 5 (the full list of 10s factors) had to be factored out of the 300.

In the given problem, we are to prove that the number is divisible by 14. Observe 14 is composite with factors of 2 and 7.

Properties of exponents

Since the expression is given with exponents, it will be helpful to recall a few exponent properties to algebraically manipulate the expression.

Recall the following property of exponents:


  • x^(a)*x^(b)=x^((a+b))

  • (x^(a))^(b)=x^(ab)

Finding a factor of 14 in the given expression

Original expression...


8^(10)-2^(27)

Recognizing 8 as a power of 2...


(2^3)^(10)-2^(27)

Simplifying and rewriting so that both terms are powers of 2...


2^(30)-2^(27)

Observing that both terms have 27 twos as factors...


2^(27)*2^(3)-2^(27)

Factoring out 27 twos...


2^(27)*(2^(3)-1)

Simplifying the expression in the parenthesis:


2^(27)*(8-1)


2^(27)*(7)

Knowing that we also need a factor of 2, use properties of exponents, and associative property of multiplication...


(2^(26)*2^1)*7


2^(26)*(2^1*7)


2^(26)*(2*7)


2^(26)*14

Since 2^26 is a non-negative integer, the original expression is divisible by 14.

User Mcliedtk
by
3.0k points