

InterviewSolution
Saved Bookmarks
1. |
use division method to find the prime factors of 64 I want photo of answer who give 1st I will give thank u and brainliest |
Answer» <html><body><p>The number 64 is a composite and it should have prime factors. Now let us know how to calculate the prime factors of a number 64.Step 1: The first step is to divide the number 64 with the <a href="https://interviewquestions.tuteehub.com/tag/smallest-646176" style="font-weight:bold;" target="_blank" title="Click to know more about SMALLEST">SMALLEST</a> prime factor, say 2.64 ÷ 2 = 32Step 2: Again divide 32 by 2 and the <a href="https://interviewquestions.tuteehub.com/tag/process-11618" style="font-weight:bold;" target="_blank" title="Click to know more about PROCESS">PROCESS</a> goes on.32 ÷ 2 = 1616 ÷ 2 = 88 ÷ 2 = 44 ÷ 2 = 22 ÷ 2 = 1Finally, we received the number 1 at the end of the division process. So that we cannot proceed further. So, the prime factors of 64 are written as 2 <a href="https://interviewquestions.tuteehub.com/tag/x-746616" style="font-weight:bold;" target="_blank" title="Click to know more about X">X</a> 2 × 2 x 2 x 2 x 2 or 26, where 2 is a prime number.It is possible to find the exact number of factors of a number 64 with the help of prime <a href="https://interviewquestions.tuteehub.com/tag/factorisation-458923" style="font-weight:bold;" target="_blank" title="Click to know more about FACTORISATION">FACTORISATION</a>. The prime factor of the 64 is 26. The exponent in the prime factorisation is 6. When you add the number 1 with the exponent 6, we get 7. i.e.,6 +1 = 7. Therefore, the number 64 has 7 factors.I hope it's helpful please subscribe me on brainly thank you</p></body></html> | |