document.write( "Question 921369: A group of men went on fishing trip, agreeing that each should pay the same amount. The total bill was 168pesos. If there had been two fewer men, each man would have to pay 2 pesos more. How many men went fishing? ( answer is 14 - show your solution ) \n" ); document.write( "
Algebra.Com's Answer #558962 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
A group of men went on fishing trip, agreeing that each should pay the same amount. The total bill was 168pesos. If there had been two fewer men, each man would have to pay 2 pesos more. How many men went fishing? ( answer is 14 - show your solution )
\n" ); document.write( "***
\n" ); document.write( "let x= number of men went fishing
\n" ); document.write( "168/(x-2)-168/x=2
\n" ); document.write( "lcd:x(x-2)
\n" ); document.write( "168x-168x+336=2x(x-2)
\n" ); document.write( "2x^2-4x-336=0
\n" ); document.write( "x^2-2x-168=0
\n" ); document.write( "(x+12)(x-14)=0
\n" ); document.write( "x=14
\n" ); document.write( "How many men went fishing? 14
\n" ); document.write( "
\n" );