document.write( "Question 1151077: flag poles A and B are both perpendicular to the ground. Wires from the top of one flagpole are connected to the bottom of the other flagpole such that the point where the wires intersect is 10 feet above the ground. If the height of both A and B are an integer number of feet, how many possible heights are there for A? \n" ); document.write( "
Algebra.Com's Answer #772698 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "The basic problem here is a common one. With the two poles of heights a and b, the height above the ground at which the two wires cross is \"ab%2F%28a%2Bb%29\"

\n" ); document.write( "So in this problem we have

\n" ); document.write( "\"ab%2F%28a%2Bb%29=10\"

\n" ); document.write( "and we need to determine the number of possible values for a if a and b are both integers.

\n" ); document.write( "This is a Diophantine equation -- we have two variables but only one equation; but the number of solutions is limited by the requirement that both variables be integers.

\n" ); document.write( "The following is one standard way for solving such equations.

\n" ); document.write( "(1) Solve the equation for one variable in terms of the other.

\n" ); document.write( "\"ab%2F%28a%2Bb%29+=+10\"
\n" ); document.write( "\"ab+=+10a%2B10b\"
\n" ); document.write( "\"ab-10b+=+10a\"
\n" ); document.write( "\"b%28a-10%29+=+10a\"
\n" ); document.write( "\"b+=+10a%2F%28a-10%29\"
\n" ); document.write( "\"b+=+%2810a-100%2B100%29%2F%28a-10%29\"
\n" ); document.write( "\"b+=+%2810a-100%29%2F%28a-10%29%2B100%2F%28a-10%29\"
\n" ); document.write( "\"b+=+10%2B100%2Fa-10\"

\n" ); document.write( "(2) b and 10 are integers; that means \"100%2F%28a-10%29\" must be an integer. And that means (a-10) must be a factor of 100.

\n" ); document.write( "We could identify all the possible values of a; but the problem only asks for the number of possible values for a. 100 has 9 positive factors, so there are 9 possible values for a.

\n" ); document.write( "ANSWER: There are 9 possible heights for pole A.

\n" ); document.write( "
\n" ); document.write( "
\n" );