document.write( "Question 942224: Height of a triangular sail is 2 meters less than twice of the base. If the area of the sail is 30 square meters find length of base and height \n" ); document.write( "
Algebra.Com's Answer #574376 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! h = 2b - 2 \n" ); document.write( "a = bh/2 \n" ); document.write( "30 = b(2b - 2)/2 \n" ); document.write( "30 = 2bb/2 - 2b/2 \n" ); document.write( "bb - b - 30 = 0 \n" ); document.write( "--- \n" ); document.write( "the above quadratic equation is in standard form, with a=1, b=-1 and c=-30 \n" ); document.write( "--- \n" ); document.write( "to solve the quadratic equation, by using the quadratic formula, copy and paste this: \n" ); document.write( "1 -1 -30 \n" ); document.write( "into this solver: https://sooeet.com/math/quadratic-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "the quadratic has two real roots at: \n" ); document.write( "--- \n" ); document.write( "b = 6 \n" ); document.write( "b = -5 \n" ); document.write( "--- \n" ); document.write( "the negative root doesn't fit the problem statement, so use the positive root: \n" ); document.write( "--- \n" ); document.write( "b = 6 \n" ); document.write( "h = 2b - 2 \n" ); document.write( "h = 2*6 - 2 \n" ); document.write( "h = 10 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "b = 6 m \n" ); document.write( "h = 10 m \n" ); document.write( "--- \n" ); document.write( "Free algebra tutoring live chat: \n" ); document.write( "https://sooeet.com/chat.php?gn=algebra \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations with quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( "--- \n" ); document.write( " |