document.write( "Question 220969: Write the following phrase as a variable expression. Use x to represent \"a number\".\r
\n" );
document.write( "\n" );
document.write( "The sum of eight and a number added to the product of fourteen and the number. \n" );
document.write( "
Algebra.Com's Answer #165756 by likaaka(51)![]() ![]() ![]() You can put this solution on YOUR website! Sum is addition and product is multiplication so \n" ); document.write( "(8+x) is the sum of eight and a number \n" ); document.write( "14x is the product of fourteen and the number \n" ); document.write( "Now add the two 8+x+14x, and simplify \n" ); document.write( "8+15x \n" ); document.write( " |