document.write( "Question 316224: what is the largest number of integers that can be chosen from {1,2,3,4,5,6,7,8,9}
\n" );
document.write( "such that no two integers are consecutive ? \n" );
document.write( "
Algebra.Com's Answer #226257 by moshiz08(60)![]() ![]() You can put this solution on YOUR website! {1, 3, 5, 7, 9} \r \n" ); document.write( "\n" ); document.write( "There are five numbers in that set, and there are no consecutive numbers. \n" ); document.write( " |