document.write( "Question 1083658: kris Jason and liz received a total of 250 from mrs.Lawrence. they play a series of rock-paper-scissors to figure out how much each would get. kris get $20 less than twice what Jason will get. liz gets $30 less than tree times what Jason will get. how much will each person get. \n" ); document.write( "
Algebra.Com's Answer #697677 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Jason gets x \n" ); document.write( "Kris gets 2x-20 \n" ); document.write( "Liz gets 3x-30 \n" ); document.write( "These add to 250 \n" ); document.write( "6x-50=250 \n" ); document.write( "6x=300 \n" ); document.write( "x=50 Jason \n" ); document.write( "2x-20=80 Kris \n" ); document.write( "3x-30=120 Liz \n" ); document.write( "Adds to 250 \n" ); document.write( " |