document.write( "Question 168250: Two bike trails have a total length of 20 miles. If the product of the length of the trails is 91, find the length of each trail. \n" ); document.write( "
Algebra.Com's Answer #124079 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! X+Y=20 OR X=20-Y \n" ); document.write( "XY=91 \n" ); document.write( "(20-Y)Y=91 \n" ); document.write( "20Y-Y^2-91=0 \n" ); document.write( "Y^2-20Y+91=0 \n" ); document.write( "(Y-13)(Y-7)=0 \n" ); document.write( "Y-13=0 \n" ); document.write( "Y=13 ANS. \n" ); document.write( "Y-7=0 \n" ); document.write( "Y=7 ANS. \n" ); document.write( "PROOF: \n" ); document.write( "7*13=91 \n" ); document.write( "91=91 \n" ); document.write( " |