document.write( "Question 176619: I was asked from some of my friends and I cannot solve this logical problem:\r
\n" );
document.write( "\n" );
document.write( "Ex. We have 20 apples and we have to eat them for 5 days. Each day we must eat apples in an odd number (ex. in 1st day 3apples in 2nd day 7 apples...) only in an odd number. Can anyone of you tell me how many apples we should eat from 1st to 5th day to complete the number of 20 apples! Thanks! \n" );
document.write( "
Algebra.Com's Answer #131698 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! an odd number of the sum of odd numbers will always be odd \n" ); document.write( ": \n" ); document.write( "example 1+3+5=9 \n" ); document.write( ": \n" ); document.write( "in general the \n" ); document.write( ": \n" ); document.write( " since we are talking about 5 days(odd) and each day we eat an odd number. The result will be an odd number of apples eaten. Therefore it is impossible to eat 20 apples under the stipulations given \n" ); document.write( " |