document.write( "Question 1139096: write the following in set-builder notation. do not use words. \r
\n" );
document.write( "\n" );
document.write( " {1/2,3/4,5/8,7/16,9/32,11/64,...} \r
\n" );
document.write( "\n" );
document.write( "thanks for helping. \n" );
document.write( "
Algebra.Com's Answer #756885 by greenestamps(13219) You can put this solution on YOUR website! \n" ); document.write( "The numerators are 1, 3, 5, 7, 9, 11, ... -- consecutive odd numbers. \n" ); document.write( "The denominators are 2, 4, 8, 16, 32, 64, ... -- consecutive powers of 2. \n" ); document.write( "So \n" ); document.write( "{(2n-1)/2^n; n a whole number} \n" ); document.write( " |