For, what values of n, 32n – 1 is divisible by 2n+2.

🎲 Try a Random Question  |  Total Questions in Quiz: 20  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Quantitative Aptitude Practice Test: Division Algorithm — practice the complete quiz, review flashcards, or try a random question.

A division algorithm is a rule that calculates the quotient and remainder of two integers, N and D, using Euclidean division. It can be applied by hand or used in software and digital circuit designs.  The division algorithm states that for any integer, a, and any positive integer, b, there are unique integers q and r such that a = bq + r. In this equation, r is greater than or equal to 0 and less than b.  The division algorithm can also be applied to polynomials.  The division algorithm for polynomials states that:  f(x) = q(x) g(x) + r(x)  This is the same as:  Dividend = Divisor *... Show more

For, what values of n, 3<sup>2n</sup> – 1 is divisible by 2<sup>n+2</sup>.