Let N = 1 2 3 × 3 4 × 5 2 . Find the total number of even factors of N .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Does the number ( 2 6 3 7 5 2 ) itself count as one even factor?
Log in to reply
Yes the formula calculates the number of all factors of n including 1 and n .
The complete prime factorization of N is 3 7 × 5 2 × 2 6 .
The total number of even factors is therefore
( 7 + 1 ) × ( 2 + 1 ) × 6
1 4 4
Prime factorisation is 2 6 ⋅ 3 7 ⋅ 5 2 .
Number of factors is the number of of combinations of 2 a ⋅ 3 b ⋅ 5 c such that 0 < = a < = 6 , 0 < = b < = 7 and 0 < = c < = 2 (and of course, a , b and c are integers). To get the number of even factors, we just ignore the case a = 0 . There are thus 6 ⋅ 8 ⋅ 3 = 1 4 4 even factors.
(2^2 * 3)^3 * 3^4 * 5^2
N = 2^6 * 3^7 * 5^2
even factors = (6)(8)(3) = 144
the total factors of N = 168 the total odd factors = 24 the total even factors = 168 - 24 = 144 booommmmmmmmmmmm
Problem Loading...
Note Loading...
Set Loading...
Prime factorization of N is N = 2 6 ⋅ 3 7 ⋅ 5 2 .
The number of all factors is ( 6 + 1 ) ⋅ ( 7 + 1 ) ⋅ ( 2 + 1 ) = 1 6 8 .
To calculate the number of even factors we can calculate the number of odd factors and subtract it from the number of all factors. In order to calculate it we can just ignore the number 2 in prime factorization of N .
So the number of odd factors is equal to number of factors of N 1 = 3 7 ⋅ 5 2 which is equal to ( 7 + 1 ) ⋅ ( 2 + 1 ) = 2 4 .
Therefore the number of even factors is 1 6 8 − 2 4 = 1 4 4 .