document.write( "Question 1082182: 7^7+36
\n" );
document.write( "Whats is the prime factor of this number?
\n" );
document.write( "It is 43*107*179
\n" );
document.write( "But how can find this without calcuator? \n" );
document.write( "
Algebra.Com's Answer #696447 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "When it comes to prime factorization, there are very few shortcuts and one is generally stuck using an algorithm to find all the factors. \r \n" ); document.write( "\n" ); document.write( "For this problem, one thing you could do is look at \n" ); document.write( "\n" ); document.write( " 7^7 mod 43 = 7 ==> 43 (= 7 + 36) divides evenly into (7^7 + 36)\r \n" ); document.write( "\n" ); document.write( "Once you know that, however, you need to divide 823543 by 43 to get 19153. Then you must continue to check this for divisibility by prime numbers (up to \n" ); document.write( "\n" ); document.write( "19153/2 no (clearly!) \n" ); document.write( "19153/3 no \n" ); document.write( "19153/5 no \n" ); document.write( "19153/7 no \n" ); document.write( "19153/11 no \n" ); document.write( "... \n" ); document.write( "19153/107 yes! its 179 (179 is also prime so the task is complete at this step).\r \n" ); document.write( "\n" ); document.write( "So we found 43, 107, and 179 divide evenly into 7^7+36.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |