document.write( "Question 799198: The product of 5 times a number plus the product of 3 times the same number is 16. \n" ); document.write( "
Algebra.Com's Answer #482556 by waynest(281)![]() ![]() ![]() You can put this solution on YOUR website! number = x \n" ); document.write( "first number = 5x \n" ); document.write( "second number = 3x \n" ); document.write( "5x + 3x = 16 \n" ); document.write( "8x = 16 \n" ); document.write( "8x/8 = 16/8 \n" ); document.write( "x = 2\r \n" ); document.write( "\n" ); document.write( "check: \n" ); document.write( "5(2) + 3(2) = 16 \n" ); document.write( "10 + 6 = 16 \n" ); document.write( "16 = 16 \n" ); document.write( " |