document.write( "Question 132098: An electric company is placing utility poles along a road. It is determined that 5 fewer poles per kilometre would be necessary if the distance between the poles were increased by 10metres. How many poles are being placed each km? \n" ); document.write( "
Algebra.Com's Answer #96454 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
\"n\"= number of poles in a km
\n" ); document.write( "\"x+\"= initial distance between poles in meters
\n" ); document.write( "(1) \"n+=+%281000%2Fx%29+%2B+1\" add 1 to account for poles at start and finish
\n" ); document.write( "(2) \"n+-+5+=+1000%2F%28x%2B10%29+%2B+1\"
\n" ); document.write( "Add \"5\" to both sides of (2)
\n" ); document.write( "\"n+=+1000%2F%28x%2B10%29+%2B+6\"
\n" ); document.write( "Set the right side equal to right side of (1)
\n" ); document.write( "\"1000%2F%28x%2B10%29+%2B+6+=+1000%2Fx+%2B+1\"
\n" ); document.write( "multiply both sides by \"x%2A%28x%2B10%29\"
\n" ); document.write( "\"1000x+%2B+6x%2A%28x%2B10%29+=+1000%2A%28x%2B10%29+%2B+x%2A%28x%2B10%29\"
\n" ); document.write( "\"1000x+%2B+6x%5E2+%2B+60x+=+1000x+%2B+10000+%2B+x%5E2+%2B+10x\"
\n" ); document.write( "\"5x%5E2+%2B+50x+-+10000+=+0\"
\n" ); document.write( "divide through by \"5\"
\n" ); document.write( "\"x%5E2+%2B+10x+-+2000+=+0\"
\n" ); document.write( "complete the square
\n" ); document.write( "\"x%5E2+%2B+10x+%2B+%2810%2F2%29%5E2+=+2000+%2B+%2810%2F2%29%5E2\"
\n" ); document.write( "\"%28x+%2B+5%29%5E2+=+2025\"
\n" ); document.write( "\"x+=+45+-+5\"
\n" ); document.write( "\"x+=+40\" m between poles
\n" ); document.write( "check answer:
\n" ); document.write( "(1) \"n+=+%281000%2Fx%29+%2B+1\"
\n" ); document.write( "(2) \"n+-+5+=+1000%2F%28x%2B10%29+%2B+1\"
\n" ); document.write( "---------------------------------
\n" ); document.write( "(1) \"n+=+%281000%2F40%29+%2B+1\"
\n" ); document.write( "\"n+=+26\"
\n" ); document.write( "---------------------------------
\n" ); document.write( "(2) \"n+-+5+=+1000%2F%2840%2B10%29+%2B+1\"
\n" ); document.write( "\"n+-+5+=+21\"
\n" ); document.write( "\"n+=+26\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" );