document.write( "Question 78768: CLASSIC PROBLEM - A traveling salesman (selling shoes) stops at a farm in the Midwest. Before he could knock on the door, he noticed an old truck on fire. He rushed over and pulled a young lady out of the flaming truck. Farmer Crane came out and gratefully thanked the traveling salesman for saving his daughter’s life. Mr. Crane insisted on giving the man an award for his heroism. \r
\n" );
document.write( "\n" );
document.write( "So, the salesman said, “If you insist, I do not want much. Get your checkerboard and place one grain of wheat on the first square. Then place two grains of wheat on the next square. Then place four grains on the third square. Continue this until all 64 squares are covered with grains of wheat.” As he had just harvested his wheat, Mr. Crane did not consider this much of an award, but he soon realized he made a miscalculation on the amount of wheat involved.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #56521 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "CLASSIC PROBLEM - A traveling salesman (selling shoes) stops at a farm in the Midwest. Before he could knock on the door, he noticed an old truck on fire. He rushed over and pulled a young lady out of the flaming truck. Farmer Crane came out and gratefully thanked the traveling salesman for saving his daughter’s life. Mr. Crane insisted on giving the man an award for his heroism. \n" ); document.write( "So, the salesman said, “If you insist, I do not want much. Get your checkerboard and place one grain of wheat on the first square. Then place two grains of wheat on the next square. Then place four grains on the third square. Continue this until all 64 squares are covered with grains of wheat.” As he had just harvested his wheat, Mr. Crane did not consider this much of an award, but he soon realized he made a miscalculation on the amount of wheat involved. \n" ); document.write( " \r\n" ); document.write( "The question, which you forgot to ask is \r\n" ); document.write( "\"How much wheat would the checkerboard\r\n" ); document.write( "contain?\"\r\n" ); document.write( "\r\n" ); document.write( "That's a geometric series:\r\n" ); document.write( " \r\n" ); document.write( " a1(rn - 1)\r\n" ); document.write( "Sn = ------------\r\n" ); document.write( " r - 1\r\n" ); document.write( "\r\n" ); document.write( "Where a1 = 1, r = 2 and n=64\r\n" ); document.write( "\r\n" ); document.write( " 1(264 - 1)\r\n" ); document.write( "S64 = ------------ = 264 - 1 \r\n" ); document.write( " 2 - 1\r\n" ); document.write( "\r\n" ); document.write( "That is a 20-digit number and is more wheat than the \r\n" ); document.write( "world has produced since man has been on the earth!\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |