Below is a test for divisibility of a number \( n \) by 7 . Let \( r \) be the last digit of \( n \), and let \( q \) be the number obtained from \( n \) by dropping its last digit (that is, \( n=10 q+r \) ). Then \( n \) is divisible by 7 if, and only if, the number \( m=q-2 r \) is divisible by 7 . For example, \( n=40,061 \) is divisible by 7 if, and only if, \( 4006-2=4004 \) is divisible by 7 ; 4004 is divisible by 7 if, and only if, \( 400-8=392 \) is divisible by 7 ; and finally, 392 is divisible by 7 if, and only if, \( 39-4=35 \) is divisible by 7 . Since \( 35=7 \) • 5 , it follows that 40,061 is divisible by 7 . Use the test to check each of the following numbers for divisibility by 7 , without actually doing the division. \( \begin{array}{ll}\text { (a) } 497 & \text { (b) } 2811 \\ \text { (c) } 18,402\end{array} \) (a) Is 497 divisible by 7 ? Yes
Upstudy AI Solution
Answer
Solution
Answered by UpStudy AI and reviewed by a Professional Tutor


Mind Expander
To check if 497 is divisible by 7, we take the last digit \( r = 7 \) and call the remaining number \( q = 49 \). Next, we calculate \( m = q - 2r = 49 - 14 = 35 \). Since \( 35 \) is divisible by \( 7 \) (in fact, \( 35 = 7 \times 5 \)), we can confirm that \( 497 \) is divisible by \( 7 \). Now let’s move on to \( 2811 \). Here, \( r = 1 \) and \( q = 281 \). Now we compute \( m = 281 - 2 \times 1 = 279 \). For \( 279 \), we drop the last digit to get \( r = 9 \) and \( q = 27 \) next. So now we find \( m = 27 - 2 \times 9 = 9 \). As \( 9 \) is not divisible by \( 7 \), we conclude that \( 2811 \) is not divisible by \( 7 \). Lastly, for \( 18,402 \), take \( r = 2 \) and \( q = 1840 \). We get \( m = 1840 - 2 \times 2 = 1836 \). Dropping another digit gives us \( r = 6 \) and \( q = 183 \), so \( m = 183 - 12 = 171 \). Continuing, \( r = 1 \) and \( q = 17 \); hence \( m = 17 - 2 \times 1 = 15 \), and finally \( r = 5 \) and \( q = 1 \) gives \( m = 1 - 10 = -9 \). Since \(-9\) is not divisible by \( 7 \), \( 18,402 \) is also not divisible by \( 7 \). So, to summarize: - 497: Yes, it is divisible by 7! - 2811: No, it is not divisible by 7. - 18,402: No, it is not divisible by 7.