document.write( "Question 1165919: A school principal wants to install a wooden floor in a rectangular recreation room whose perimeter is 80 feet. When she talked to the laborer, she was told that the cost to install the floor is 800.00 pesos per square feet.\r
\n" );
document.write( "\n" );
document.write( "a. Write a function that defines the area of the room as a function to its length.
\n" );
document.write( "b. Write a function for the cost to install the floor as a function of its area. \r
\n" );
document.write( "\n" );
document.write( "It’s about operation of function. Please help me. Thank you. \n" );
document.write( "
Algebra.Com's Answer #790385 by josgarithmetic(39623)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "x, length \n" ); document.write( "y, width \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "A the function for area: \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "C for cost function: |