document.write( "Question 1104172: An amount of money is to be divided to 3 people; Justin, Mark and Angela. Angela's money is half of Justin's money and Mark's money is 10 more than Angela's money. If the money is given, how much will each person get? \n" ); document.write( "
Algebra.Com's Answer #718903 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "You didn't specify the amount; so we can only set up expressions for the amounts each of them gets.

\n" ); document.write( "To avoid using fractions, I would rephrase \"Angela's is half of Justin's\" to \"Justin's is twice Angela's\". Then since Mark gets 10 more than Angela, I would have
\n" ); document.write( "x = Angela
\n" ); document.write( "2x = Justin
\n" ); document.write( "x+10 = Mark
\n" ); document.write( "
\n" );