document.write( "Question 1038732: For any positive integer p, let f(p) denote the largest prime factor of p.which of the following is not equal to f(120)?
\n" );
document.write( "F(80)
\n" );
document.write( "F(60)
\n" );
document.write( "F(40)
\n" );
document.write( "F(16) \n" );
document.write( "
Algebra.Com's Answer #653438 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Prime factorization of 120 = 2^3 * 3 * 5 \n" ); document.write( "f(120) = 5 \n" ); document.write( ": \n" ); document.write( "Prime factorization of 80 = 2^4 * 5 \n" ); document.write( "f(80) = 5 \n" ); document.write( ": \n" ); document.write( "Prime factorization of 60 = 2^2 * 3 * 5 \n" ); document.write( "f(60) = 5 \n" ); document.write( ": \n" ); document.write( "Prime factorization of 40 = 2^3 * 5 \n" ); document.write( "f(40) = 5 \n" ); document.write( ": \n" ); document.write( "Prime factorization of 16 = 2^4 \n" ); document.write( "f(16) = 2 \n" ); document.write( ": \n" ); document.write( "********************************************* \n" ); document.write( "f(16) is not equal to f(120) \n" ); document.write( "********************************************* \n" ); document.write( ":\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |