document.write( "Question 983617: how to find possible expression for the length and breadth of a rectangle whose are is given by polynomial 24x^2-15x \n" ); document.write( "
Algebra.Com's Answer #604390 by Alan3354(69443) You can put this solution on YOUR website! how to find possible expression for the length and breadth of a rectangle whose are is given by polynomial 24x^2-15x \n" ); document.write( "----------- \n" ); document.write( "If you mean area = 24x^2-15x: \n" ); document.write( "--- \n" ); document.write( "L*W = 24x^2-15x \n" ); document.write( "L = (24x^2-15x)/W \n" ); document.write( "---- \n" ); document.write( "Pick any value for W > 0 and find L \n" ); document.write( "eg \n" ); document.write( "W = 1, L = 24x^2-15x \n" ); document.write( "W = 2, L = (24x^2-15x)/2 \n" ); document.write( "W = pi, L = (24x^2-15x)/pi \n" ); document.write( " |