document.write( "Question 447221: Pasha is thinking of a number such that when twice the number is added to three times one more than the number seh gets the same result as when she multiplies four times one less than the number. What number is Pasha thinking about? \n" ); document.write( "
Algebra.Com's Answer #307914 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Pasha is thinking of a number such that when twice the number is added to three \n" ); document.write( " times one more than the number he gets the same result as when he multiplies four times one less than the number. \n" ); document.write( " What number is Pasha thinking about? \n" ); document.write( ": \n" ); document.write( "Let x = \"a number\" \n" ); document.write( ": \n" ); document.write( "2x + 3(x+1) = 4(x-1) \n" ); document.write( "2x + 3x + 3 = 4x - 4 \n" ); document.write( "5x - 4x = -4 - 3 \n" ); document.write( "x = -7 is the number \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "See if that works \n" ); document.write( "2(-7) + 3(-7+1) = 4(-7-1) \n" ); document.write( "-14 + 3(-6) = 4(-8) \n" ); document.write( "-14 - 18 = -32 \n" ); document.write( " \n" ); document.write( " |