SOLUTION: If an integer ends on 0 or 5, then it is divisible by 5. If it ends on 0, 2, 4, 6 or 8, then it is divisible by 2. It is divisible by 3 if the sum of its digits is divisible by thr

Algebra.Com
Question 833791: If an integer ends on 0 or 5, then it is divisible by 5. If it ends on 0, 2, 4, 6 or 8, then it is divisible by 2. It is divisible by 3 if the sum of its digits is divisible by three.
Using these simple rules, determine the prime-factorings of 2295 and 2040. Then use these results to compute the prime-factorings of the following three numbers: 2295 * 2040, gcd(2295,2040) and lcm(2295,2040). Finally, demonstrate the relationship between these three numbers.

Answer by Edwin McCravy(20065)   (Show Source): You can put this solution on YOUR website!
If an integer ends on 0 or 5, then it is divisible by 5. If it ends on 0, 2, 4, 6 or 8, then it is divisible by 2. It is divisible by 3 if the sum of its digits is divisible by three.
Using these simple rules, determine the prime-factorings of 2295 and 2040. Then use these results to compute the prime-factorings of the following three numbers: 2295 * 2040, gcd(2295,2040) and lcm(2295,2040). Finally, demonstrate the relationship between these three numbers.
Prime factorization, "PF", of 2295 = 3×3×3×5×17 = 33×5×17 
Prime factorization, "PF", of 2040 = 2×2×2×3×17 = 23×3×17

Line them up like this, putting in all factors of both numbers,
When there is a factor of only one of them, include that factor in
the other PF to the 0 power.  Also include any 1 exponents:


     PF(2295) = 20×33×51×171 
     PF(2040) = 23×31×51×171
----------------------------


############################################################

To get the prime factorization of their product, ADD the two exponents of
each factor and write the result below the line. 

     PF(2295) = 20×33×51×171 
     PF(2040) = 23×31×51×171
----------------------------
PF(2295×2040) = 23×34×52×172 = 4681800  

################################################################

To get their greatest common divisor, below the line, bring down each 
factor with the MINIMUM exponent: 

      PF(2295) = 20×33×51×171 
      PF(2040) = 23×31×51×171
----------------------------
gcd(2295×2040) = 20×31×51×171 = 255

###############################################################

To get their least common multiple, below the line bring down each 
factor with the MAXIMUM exponent: 


      PF(2295) = 20×33×51×171 
      PF(2040) = 23×31×51×171
----------------------------
lcm(2295,2040) = 23×33×51×171 = 18360

################################################################

The relationship demonstrated here is that

A×B = gcd(A,B)×lcm(A,B) 

2295×2040 = 4681800 = gcd(2295,2040)×lcm(2295,2040) = 255×18360 = 4681800.

Edwin

RELATED QUESTIONS

If an integer ends on 0 or 5, then it is divisible by 5. If it ends on 0, 2, 4, 6 or 8,... (answered by richwmiller)
Can you use the Law of Syllogism to make a conclusion wtih these statements? * If a... (answered by MathLover1)
Classify each of the following as true or false: (a) If a number is divisible by 6, then (answered by richwmiller)
Determine whether the following statements are true or false. Justify your answer. i) A... (answered by Edwin McCravy)
Classify each of the following as True or False a.If a number is divisible by 4 and 6... (answered by Deina)
If an integer x is divisible by 7, then x^2 is divisible by... (answered by tommyt3rd)
If a number is divisible by 8, then it is also divisible by 16. Is this true or false?... (answered by richwmiller)
If an integer n is divisible by both 6 and 8, then it must also be divisible by which of... (answered by Edwin McCravy)
7. If a number is evenly divisible by 6, it is also evenly divisible by which other... (answered by JimboP1977)