Find the smallest positive integer N that satisfies all of the following conditions:
• N is a square.
• N is a cube.
• N is an odd number.
• N is divisible by twelve prime numbers.
How many digits does this number N have?
Let;
"x\u00b2 = N;\\\\\ny\u00b3 = N\\\\\nN = \\textsf{odd}\\\\\n\\dfrac{N}{2\u00d73\u00d75\u00d77\u00d711\u00d713\u00d717\u00d719\u00d723\u00d729\u00d731\u00d737}= z \\ (\\textsf{where z is an integer})\\\\\nN=7420738134810z"
"\\therefore" N is a multiple of 7420738134810
for N to be a square and a cube, and to be a multiple of a multiple of prime numbers, the multiple of prime numbers have to be exponentiated to (2×3)
"\\therefore N = 7420738134810^6 = 166986990622241277447975946146208311466303689437571218130959563879576881000000"
Comments
Leave a comment