document.write( "Question 558825: When twice a number is decreased by 5, the result is 43. What is the number? \n" ); document.write( "
Algebra.Com's Answer #363212 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let number be x \n" ); document.write( "twice the number = 2x \n" ); document.write( "decreased by 5\r \n" ); document.write( "\n" ); document.write( "2x-5\r \n" ); document.write( "\n" ); document.write( "2x-5 = 43 \n" ); document.write( "+5 \n" ); document.write( "2x=43+5 \n" ); document.write( "2x=48 \n" ); document.write( "/2 \n" ); document.write( "x=24 \n" ); document.write( " |