document.write( "Question 992486: Divide 16 into two parts such that the square of the bigger number is 64 more than the square of the smaller number. \n" ); document.write( "
Algebra.Com's Answer #612099 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
We divide 16 into two parts/numbers: \"x\" and \"y\" , so that
\n" ); document.write( "\"x%2By=16\" , and we say that
\n" ); document.write( "\"x\"= the bigger number, and
\n" ); document.write( "\"y\"= the smaller number.
\n" ); document.write( "It is not explicitly stated, but I suspect that the wording implies that \"x\" and \"y\" are both positive numbers, and probably positive integers.
\n" ); document.write( "The phrase \"the square of the bigger number is 64 more than the square of the smaller number\" translates as
\n" ); document.write( "\"x%5E2=y%5E2%2B64\"<--->\"x%5E2-y%5E2=64\" .
\n" ); document.write( "Now we have a system of two equations:
\n" ); document.write( "\"system%28x%5E2-y%5E2=64%2Cx%2By=16%29\" or \"system%28x%5E2=y%5E2%2B64%2Cx%2By=16%29\" .
\n" ); document.write( "From there, we can take different roads to the solution.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "ONE WAY:
\n" ); document.write( "\"system%28x%5E2-y%5E2=64%2Cx%2By=16%29\"--->\"system%28%28x%2By%29%28x-y%29=64%2Cx%2By=16%29\"--->\"system%28%28x%2By%29%28x-y%29%2F%28x%2By%29=64%2F16%2Cx%2By=16%29\"--->\"system%28x-y=4%2Cx%2By=16%29\"--->\"system%28x-y%2Bx%2By=4%2B16%2Cx%2By=16%29\"--->\"system%282x=20%2Cx%2By=16%29\"--->\"system%28x=10%2Cx%2By=16%29\"--->\"system%28x=10%2C10%2By=16%29\"--->\"system%28x=10%2Cy=16-10%29\"--->\"highlight%28system%28x=10%2Cy=6%29%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "ANOTHER WAY:
\n" ); document.write( "\"system%28x%5E2=y%5E2%2B64%2Cx%2By=16%29\"--->\"system%28x%5E2=%2816-x%29%5E2%2B64%2Cy=16-x%29\"--->\"system%28x%5E2=256-32x%2Bx%5E2%2B64%2Cy=16-x%29\"--->\"system%280=320-32x%2Cx%2By=16%29\"--->\"system%2832x=320%2Cx%2By=16%29\"--->\"system%28x=320%2F32%2Cx%2By=16%29\"--->\"system%28x=10%2Cx%2By=16%29\"--->\"system%28x=10%2C10%2By=16%29\"--->\"system%28x=10%2Cy=16-10%29\"--->\"highlight%28system%28x=10%2Cy=6%29%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "A \"CHEATING\" WAY:
\n" ); document.write( "\"x%5E2=y%5E2%2B64\"<--->\"x%5E2=y%5E2%2B8%5E2\"
\n" ); document.write( "A right triangle with legs measuring \"y\" and \"8\" has a hypotenuse measuring \"x\" .
\n" ); document.write( "Look up a table of Pythagorean triples.
\n" ); document.write( "In that table you would find, in the first two columns,
\n" ); document.write( "\"8\" and \"y\" (not necessarily in that order.
\n" ); document.write( "The third column will show \"x\" .
\n" ); document.write( "In the first few rows you find two choices:
\n" ); document.write( "\"matrix%282%2C3%2C6%2C8%2C10%2C8%2C15%2C17%29\"
\n" ); document.write( "The first choice gives
\n" ); document.write( "\"y=6%2Cx=10%2Cx%2B10=6%2B10=16%29\" and shows you the solution.
\n" ); document.write( "The other row shows
\n" ); document.write( "\"y=15%2Cx=17%2Cx%2By=15%2B17=32%29\" and has nothing to do with the solution.
\n" ); document.write( "
\n" );