document.write( "Question 1180318: In a basketball championship game, the Tamaraws scored 42 points more than the Blue Eagles.\r
\n" );
document.write( "\n" );
document.write( "a. If the blue eagles scored x points, express the score of tamaraws in terms of x.\r
\n" );
document.write( "\n" );
document.write( "b. However, if the blue eagles doubled their efforts, that means, if the Blue eagles scored twice while the tamaraws had the same performance, they would have scored one point more than the Tamaraws. Considering both situations in (a) and (b), give the actual scores of both teams.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #809981 by greenestamps(13216) You can put this solution on YOUR website! \n" ); document.write( "Another wrong answer from tutor @mananth, which she could have seen if she took 3 seconds to check her answer. \n" ); document.write( "x = blue eagles points \n" ); document.write( "x+42 = tamaraws points \n" ); document.write( "2x=(x+42)+1 (NOT 2x+1=x+42. blue eagles scoring twice as many points as they did would make their score 1 MORE than the tamaraws) \n" ); document.write( "2x=x+43 \n" ); document.write( "x=43 \n" ); document.write( "Actual scores: \n" ); document.write( "eagles x=43 \n" ); document.write( "tamaraws x+42=85 \n" ); document.write( "CHECK: 2(43)=86 is 1 more than 85 \n" ); document.write( " \n" ); document.write( " |