document.write( "Question 134085: Hi ,
\n" ); document.write( "
\n" ); document.write( "I was hoping you could help me with two more question. I have tried to find a formula but I can't and I'm wasting too much time. My class is tomorrow evening.
\n" ); document.write( "
\n" ); document.write( "1. Determine two numbers whose sum is 15 and the sum of its square roots is 137. I know the answer is 11 and 4 but what formula do I use.
\n" ); document.write( "
\n" ); document.write( "7. The perimeter of a rectangle is 20 inches and its area is 24 inches squared. Determine the lengths of its sides. I know that the sides are 6\" and 4\" but I need to show my work. I just used logic to find the numbers.
\n" ); document.write( "
\n" ); document.write( "8. The perimeter of a rectangle es 24cm and its area is 32 cm squared. Find the lengths of its sides. Again I know that the answer is 8cm and 4cm but what is the formula?
\n" ); document.write( "
\n" ); document.write( "I really appreciate the help
\n" ); document.write( "
\n" ); document.write( "Thanks,
\n" ); document.write( "Anne
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #98049 by solver91311(24713)\"\" \"About 
You can put this solution on YOUR website!
In the first place, you have a problem with the way you stated question number 1. If two numbers have a sum of 15, they can't have a sum of their square ROOTS be a larger number, and certainly not 137. Since you gave the answers as 11 and 4, then the question must have read: '...the sum of their squares is 137.'\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Presuming that to be true, here's how to solve it.\r
\n" ); document.write( "\n" ); document.write( "First number: \"x\"
\n" ); document.write( "Second number: \"y\"
\n" ); document.write( "Square of the first number: \"x%5E2\"
\n" ); document.write( "Square of the second number: \"y%5E2\"
\n" ); document.write( "Sum of the numbers: \"x%2By\"
\n" ); document.write( "Sum of the squares: \"x%5E2%2By%5E2\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We are given:\r
\n" ); document.write( "\n" ); document.write( "\"x%2By=15\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x%5E2%2By%5E2=137\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Solve the first equation for either of the variables:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"y=15-x\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Substitute this value into the second equation:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x%5E2%2B%2815-x%29%5E2=137\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Expand and simplify:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x%5E2%2B225-30x%2Bx%5E2=137\"
\n" ); document.write( "\"2x%5E2-30x%2B88=0\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The lead coefficient is an integer factor of all the coefficients, so divide:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x%5E2-15x%2B44=0\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Factor the trinomial:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"-4+%2A+-11+=+44\" and \"-4-11=-15\", so:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%28x-4%29%28x-11%29=0\", so:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x=4\" or \"x=11\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Check the answer:\r
\n" ); document.write( "\n" ); document.write( "\"4%2B11=15\"
\n" ); document.write( "\"16+%2B+121+=+137\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "=================================
\n" ); document.write( "Perimeter = \"2L+%2B+2W=20\"
\n" ); document.write( "Area = \"LW=24\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Solve the perimeter equation for either variable:
\n" ); document.write( "\"2L=20-2W\"
\n" ); document.write( "\"L=10-W\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Substitute in the Area equation:
\n" ); document.write( "\"%2810-W%29W=24\"
\n" ); document.write( "\"10W-W%5E2-24=0\"
\n" ); document.write( "\"-W%5E2%2B10W-24=0\"
\n" ); document.write( "\"W%5E2-10W%2B24=0\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Factor:
\n" ); document.write( "\"%28W-6%29%28W-4%29=0\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"W=6\" or \"W=4\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Traditionally, the width is shorter than the length, so the width is 4, so \"2L%2B8=20\"=>\"2L=12\"=>\"L=6\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "===============================\r
\n" ); document.write( "\n" ); document.write( "Do problem #8 the same way I just showed you for problem #7
\n" ); document.write( "
\n" );