document.write( "Question 892289: A line segment was halved and the two hence formed line segments were further halved and so on.
\n" );
document.write( "Write an expression that represents the number of line segments obtained when halved n times starting from n=1.
\n" );
document.write( "Is it possible to obtain 144 line segments in this process?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #540411 by josgarithmetic(39618)![]() ![]() ![]() You can put this solution on YOUR website! What is the process?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "First halving gives 2. \n" ); document.write( "Second halving gives 2*2=4. \n" ); document.write( "Third halving gives 4*2=8. \n" ); document.write( "Fourth halving gives 8*2=16.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You are forming powers of 2. \n" ); document.write( "144 is not a power of 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " |