document.write( "Question 561822: 1. Half of a number
\n" ); document.write( "1b. the quotient of a number and 6
\n" ); document.write( "1c 8 less than a number
\n" ); document.write( "1d the sum of g and h
\n" ); document.write( "1e. the product of negative 4 and a number\r
\n" ); document.write( "\n" ); document.write( "1f.freddy bought g giraffes that cost $1500 each\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #364378 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "1a. Half of a number\r\n" );
document.write( "\r\n" );
document.write( "    \"1%2F2\"n \r\n" );
document.write( "\r\n" );
document.write( "1b.  The quotient of a number and 6\r\n" );
document.write( "\r\n" );
document.write( "    \"n%2F6\"\r\n" );
document.write( "\r\n" );
document.write( "1c. 8 less than a number\r\n" );
document.write( "\r\n" );
document.write( "    n - 8\r\n" );
document.write( "\r\n" );
document.write( "1d. the sum of g and h\r\n" );
document.write( "\r\n" );
document.write( "    g + h\r\n" );
document.write( "\r\n" );
document.write( "1e. the product of negative 4 and a number\r\n" );
document.write( "\r\n" );
document.write( "    -4n\r\n" );
document.write( "\r\n" );
document.write( "1f. freddy bought g giraffes that cost $1500 each\r\n" );
document.write( "\r\n" );
document.write( "    1500g\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );