document.write( "Question 987628: 1. five times the sum of twice a number and 5 is the same as the sum of 9 times the number and 5.
\n" );
document.write( " the unknown number is? \n" );
document.write( "
Algebra.Com's Answer #608346 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! five times the sum of twice a number and 5 is the same as the sum of 9 times the number and 5. \n" ); document.write( " \r\n" ); document.write( "Change \"a number\" and \"the number\" to N.\r\n" ); document.write( " \n" ); document.write( "five times the sum of twice N and 5 is the same as the sum of 9 times N and 5. \n" ); document.write( " \r\n" ); document.write( "Change \"twice N\" to 2N\r\n" ); document.write( " \n" ); document.write( "five times the sum of 2N and 5 is the same as the sum of 9 times N and 5. \n" ); document.write( " \r\n" ); document.write( "Change \"9 times N\" to 9N\r\n" ); document.write( " \n" ); document.write( "five times the sum of 2N and 5 is the same as the sum of 9N and 5. \n" ); document.write( " \r\n" ); document.write( "Change \"the sum of 2N and 5\" to (2N+5) \r\n" ); document.write( " \n" ); document.write( "five times (2N+5) is the same as the sum of 9N and 5. \n" ); document.write( " \r\n" ); document.write( "Change \"the sum of 9N and 5\" to 9N+5\r\n" ); document.write( " \n" ); document.write( "five times (2N+5) is the same as 9N+5. \n" ); document.write( " \n" ); document.write( "5(2N+5) is the same as 9N+5. \n" ); document.write( " \r\n" ); document.write( "Change \"is the same as\" to an equal sign =.\r\n" ); document.write( " \n" ); document.write( "5(2N+5) = 9N+5. \n" ); document.write( " \r\n" ); document.write( "Now you can finish.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |