document.write( "Question 480458: Problem #1. The difference between 2 numbers are 8. Twice the smaller plus 3 times the larger is 109.\r
\n" );
document.write( "\n" );
document.write( "Problem #2. The perimeter of a standard basketball court is 288 ft. Find the dimensions of the basketball court if the length is 4 ft. longer than the width?\r
\n" );
document.write( "\n" );
document.write( "Please help and would appreciate if you can solve it with complete solutions and checking for me to understand it better...I'm having problems solving this kind step by step...thank you. \n" );
document.write( "
Algebra.Com's Answer #329043 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Problem #1. The difference between 2 numbers are 8. Twice the smaller plus 3 times the larger is 109. \n" ); document.write( "=============================== \n" ); document.write( "Let x = one of the numbers \n" ); document.write( "Then the other number is x - 8 \n" ); document.write( "2(x-8) + 3x = 109 \n" ); document.write( "Solve for x: \n" ); document.write( "2x - 16 + 3x = 109 \n" ); document.write( "5x = 125 \n" ); document.write( "x = 25 \n" ); document.write( "So the two numbers are 25, 17 \n" ); document.write( "Problem #2. The perimeter of a standard basketball court is 288 ft. Find the dimensions of the basketball court if the length is 4 ft. longer than the width? \n" ); document.write( "=============================== \n" ); document.write( "Perimeter of a rectangle = 2w + 2l, where l is the length, w is the width \n" ); document.write( "Given: l = w + 4, perimeter = 288 \n" ); document.write( "Substitute the value for l in the equation for the perimeter: \n" ); document.write( "2w + 2(w+4) = 288 \n" ); document.write( "4w + 8 = 288 \n" ); document.write( "w = 280/4 = 70 \n" ); document.write( "Ans: width = 70 ft, length = 74 ft. \n" ); document.write( " |