document.write( "Question 245321: how do i write a function rule if it says
\n" );
document.write( "pens are shipped to the supply office in boxes of 12 each
\n" );
document.write( "write a function rule to calculate the total number of pens when you know the number fo boxes?
\n" );
document.write( "calcualate the number of pens in 16boxes? \n" );
document.write( "
Algebra.Com's Answer #179234 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! how do i write a function rule if it says \n" ); document.write( "pens are shipped to the supply office in boxes of 12 each \n" ); document.write( "write a function rule to calculate the total number of pens when you know the number fo boxes? \n" ); document.write( "--- \n" ); document.write( "N(x) = 12x, where x is the number of boxes. \n" ); document.write( "=================================================== \n" ); document.write( "calculate the number of pens in 16 boxes? \n" ); document.write( "N(16) = 12*16 = 192 pens \n" ); document.write( "========================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |