document.write( "Question 367761: A number whose double increased by 2 is twice 5. What is the number ?? \n" ); document.write( "
\n" ); document.write( "Hi,\n" ); document.write( "Let x represent the value of the number we are looking for\n" ); document.write( "Write as we Read\n" ); document.write( "2x + 2 = 2*5\n" ); document.write( "2x + 2 = 10\n" ); document.write( "2x = 8\n" ); document.write( "x = 4\r\n" ); document.write( "\n" ); document.write( "checking our answer\n" ); document.write( "2*4 + 2 = 10