document.write( "Question 268875: write alggebraic expressions for the follolwing 3 times the quantity of a number plus 8, 3 times the sum of a number and 8, half of the diffrence of the squares of a and b, five times a number is the same as that numbered square
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #197155 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! write alggebraic expressions for the follolwing \n" ); document.write( " 3 times the quantity of a number plus 8, \n" ); document.write( "3x + 8 \n" ); document.write( ": \n" ); document.write( " 3 times the sum of a number and 8, \n" ); document.write( "3(x+8) \n" ); document.write( ": \n" ); document.write( " half of the diffrence of the squares of a and b, \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "five times a number is the same as that number squared \n" ); document.write( "5x = x^2 \n" ); document.write( " |