document.write( "Question 958978: one side of a rectangle is 4 in shorter than three times the other side find the sides if the area of the rectangle is 319sq in \n" ); document.write( "
Algebra.Com's Answer #586200 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! one side of a rectangle is 4 in shorter than three times the other side find the sides if the area of the rectangle is 319sq in \n" ); document.write( "-------- \n" ); document.write( "side:: x \n" ); document.write( "other side: y \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "y = 3x-4 \n" ); document.write( "xy = 319 \n" ); document.write( "----- \n" ); document.write( "Substitute and solve for \"x\":: \n" ); document.write( "(3x-4)x = 319 \n" ); document.write( "--- \n" ); document.write( "3x^2 - 4x - 319 = 0 \n" ); document.write( "---- \n" ); document.write( "x = [4 +- sqrt(16 -4*3*-319)]/6 \n" ); document.write( "----- \n" ); document.write( "x = [4 +- 62]/6 \n" ); document.write( "----- \n" ); document.write( "x = 11 \n" ); document.write( "y = 3x-4 = 29 \n" ); document.write( "------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " |