document.write( "Question 360851: jacks bowling score was 20 less than twice jills score. the sum of their scores was 205. find the two scores. \n" ); document.write( "
Algebra.Com's Answer #257475 by Jstrasner(112) You can put this solution on YOUR website! Hey, \n" ); document.write( "So for this one, we need to use variables: \n" ); document.write( "(Jack) = 2(Jill)-20 \n" ); document.write( "(jack) + (Jill) = 205 \n" ); document.write( "Then we substitute: 2(Jill) -20 for (Jack) in the second equation: \n" ); document.write( "2(Jill) - 20 + (Jill) = 205 \n" ); document.write( "3(Jill) = 225 \n" ); document.write( "(Jill) = 75 \n" ); document.write( "So (Jack) = 2(75) - 20 => 150 - 20 = 130 \n" ); document.write( "Jill= 75 \n" ); document.write( "Jack= 130 \n" ); document.write( "I hope this helps! \n" ); document.write( " |