2. Scate the divisibitity tests for 3. 5 and 9 with an example for each.
Solución de inteligencia artificial de Upstudy
Responder
Solución

¡Inicia sesión para desbloquear respuestas gratis!
Una plataforma de aprendizaje en la que confían millones de estudiantes y profesores reales.

Respondido por UpStudy AI y revisado por un tutor profesional
The Deep Dive
To test for divisibility by 3, simply add up all the digits in the number and check if that sum is divisible by 3. For example, take the number 123: 1 + 2 + 3 = 6, which is divisible by 3, so 123 is also divisible by 3! For divisibility by 5, look at the last digit of the number. If it’s a 0 or a 5, the number is divisible by 5. Consider the number 145: since it ends in 5, we can confidently say that 145 is divisible by 5! When it comes to divisibility by 9, you again add all the digits of the number. If that total can be divided evenly by 9, then your number also is. For instance, with the number 234: 2 + 3 + 4 = 9, which is divisible by 9, proving that 234 is divisible by 9 too!
