document.write( "Question 327067: Austin received a birthday gift of money. He loaned $5 to his friend Drew and spent half of the remaining money. The next day he received $10 from his uncle. After spending $9 at the movies, he still had $11.00 left. How much money did he receive for his birthday?\r
\n" );
document.write( "\n" );
document.write( "a.5
\n" );
document.write( "b.16
\n" );
document.write( "c.23
\n" );
document.write( "d.25
\n" );
document.write( "e.35
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #234229 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Austin received a birthday gift of money. He loaned $5 to his friend Drew and spent half of the remaining money. The next day he received $10 from his uncle. After spending $9 at the movies, he still had $11.00 left. How much money did he receive for his birthday?\r \n" ); document.write( "\n" ); document.write( "let him receive $ x \n" ); document.write( "loaned $ 5 to his friend \n" ); document.write( "balance = x-5 \n" ); document.write( "spent 1/2 * (x-5) \n" ); document.write( "he received $10 \n" ); document.write( "1/2*(x-5)+10 \n" ); document.write( "spent $ 9 for movie \n" ); document.write( "1/2 * (x-5)+10-9 =11 \n" ); document.write( "1/2 * (x-5)=11-10+9 \n" ); document.write( "1/2*(x-5)=10 \n" ); document.write( "x-5= 20 \n" ); document.write( "x=20+5 \n" ); document.write( "x=25 \n" ); document.write( "He received $ 25 for his birthday. \n" ); document.write( " |