document.write( "Question 163461: Derek brought raisins for lunch and shared them with some of his classmates. He gave half of his raisins to Mollythen ate one himself. After that he gave half of the remainging to Tricia and ate another on himself. Finally, he gave half of the remainging raisins to Clark, and had 7 raising left. Hoaw amny raisins did Derek start with?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #120472 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Derek brought raisins for lunch and shared them with some of his classmates. \n" ); document.write( " He gave half of his raisins to Molly then ate one himself. After that he gave \n" ); document.write( " half of the remaining to Tricia and ate another one himself. Finally, he gave \n" ); document.write( " half of the remaining raisins to Clark, and had 7 raising left. \n" ); document.write( " How many raisins did Derek start with? \n" ); document.write( "; \n" ); document.write( "Let x = no. of raisins to start with \n" ); document.write( ": \n" ); document.write( "x - .5x - 1; Molly \n" ); document.write( "(.5x-1); remaining \n" ); document.write( ": \n" ); document.write( "(.5x-1) - .5(.5x-1) - 1; Tricia \n" ); document.write( ".5x - 1 - .25x + .5 - 1 \n" ); document.write( ".5x - .25x +.5 - 1 - 1 \n" ); document.write( ".25x - 1.5; remaining \n" ); document.write( ": \n" ); document.write( "(.25x-1.5) - .5(.25-1.5) - 1; Clark \n" ); document.write( ".25x - 1.5 - .125 + .75 - 1 \n" ); document.write( ".25x - .125x - 1.5 + .75 - 1 \n" ); document.write( ".125x - 1.75 = 7; remaining \n" ); document.write( ".125x = 7 + 1.75 \n" ); document.write( ".125x = 8.75 \n" ); document.write( "x = \n" ); document.write( "x = 70 raisins to start with \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Let's see if that flies: \n" ); document.write( "70 - 35 - 1 = 34 \n" ); document.write( "34 - 17 - 1 = 16 \n" ); document.write( "16 - 8 - 1 = 7, hooray! it does \n" ); document.write( " \n" ); document.write( " |