Chapter 4: Problem 22
When does a positive integer \(n\) have exactly 15 positive divisors?
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 4: Problem 22
When does a positive integer \(n\) have exactly 15 positive divisors?
All the tools & learning materials you need for study success - in one app.
Get started for free
Let \(n \in \mathbf{Z}^{+}\)with \(n=r_{k} \cdot 10^{k}+\cdots+r_{2} \cdot 10^{2}+r_{1} \cdot 10+r_{0}\) (the base-10 representation of \(n\) ). Prove that (a) \(2 \mid n\) if and only if \(2 \mid r_{0}\); (b) \(4 \mid n\) if and only if \(4 \mid\left(r_{1} \cdot 10+r_{0}\right)\); and, (c) \(8 \mid n\) if and only if \(8 \mid\left(r_{2} \cdot 10^{2}+r_{1} \cdot 10+r_{0}\right)\). State a general theorem suggested by these results.
Let \(a, b \in \mathbf{Z}^{*}\) where \(a \geq b\). Prove that \(\operatorname{gcd}(a, b)=\operatorname{gcd}(a-b, b)\).
For any \(n \in \mathbf{Z}, n \geq 0\), prove that a) \(2^{2 n+1}+1\) is divisible by \(3 .\) b) \(n^{3}+(n+1)^{3}+(n+2)^{3}\) is divisible by \(9 .\) c) \(\frac{n^{7}}{7}+\frac{n^{3}}{3}+\frac{11 n}{21}\) is an integer.
Find the value of the largest positive integer \(n\) such that \(2^{n}\) divides \(22 !\)
Give a recursive definition for the set of all a) positive even integers. b) nonnegative even integers.
What do you think about this solution?
We value your feedback to improve our textbook solutions.