document.write( "Question 1047264: Matthew makes 33 cookies and gives each friend the same number of cookies. Matthew, being selfless, takes two fewer for himself assuming all the cookies are given out how many friends does Matthew have ? \n" ); document.write( "
Algebra.Com's Answer #662772 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Matthew makes 33 cookies and gives each friend the same number of cookies. Matthew, being selfless, takes two fewer for himself \n" ); document.write( "assuming all the cookies are given out how many friends does Matthew have ? \n" ); document.write( "n, the number of friends, x the number of cookies each friend gets. \n" ); document.write( "Matthew gets (x-2) \n" ); document.write( "nx + (x-2) = 33 \n" ); document.write( "Trying n = 4 \n" ); document.write( "4x + x - 2 = 33 \n" ); document.write( "5x = 35 \n" ); document.write( "x = 7 \n" ); document.write( "works! \n" ); document.write( "4 friends with 7 cookies each (Matthew with 5) \n" ); document.write( " \n" ); document.write( " |