document.write( "Question 578742: I have worked to this point:
\n" );
document.write( "0 - 2000 gallons of water = $2.27 per 1000/gallons\r
\n" );
document.write( "\n" );
document.write( "I made x = gallons of water\r
\n" );
document.write( "\n" );
document.write( "if x < or equal to 2000 = $2.27x\r
\n" );
document.write( "\n" );
document.write( "Question: how do I note per 1000 gallons in the equation?\r
\n" );
document.write( "\n" );
document.write( "THank you
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #370755 by dfrazzetto(283) You can put this solution on YOUR website! \n" ); document.write( "If x= gallons of water, \r \n" ); document.write( "\n" ); document.write( "then (x/1000) is how many thousands of gallons of water \n" ); document.write( " |