document.write( "Question 83487: If I have six fish in each tank and 1 fish left over. If have seven in each tank and 1 tank left over, how many fish and how many tanks do I have? \n" ); document.write( "
Algebra.Com's Answer #60019 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Let T = the number of tanks and F = the number of fish.
\n" ); document.write( "From the problem description, you have 6 fish per tank plus one fish, (6 X T + 1) fish, so you can write:
\n" ); document.write( "1) 6T+1 = F
\n" ); document.write( "You also know that if you put 7 fish per tank, you can use one less tank, so you have (7(T-1)) fish, so you can write:
\n" ); document.write( "2) 7(T-1) = F Setting these two equations equal to each other, you can solve for T, the number of tanks.
\n" ); document.write( "6T+1 = 7(T-1) Simplify and solve for T.
\n" ); document.write( "6T+1 = 7T-7 Add 7 to both sides.
\n" ); document.write( "6T+8 = 7T Subtract 6T from both sides.
\n" ); document.write( "T = 8
\n" ); document.write( "You have 8 tanks.
\n" ); document.write( "To find the number of fish, substitute this value of T into either equation 1) or equation 2) and solve for F.
\n" ); document.write( "1) F = 6T+1 Substitute T = 8.
\n" ); document.write( "F = 6X8+1
\n" ); document.write( "F = 48+1
\n" ); document.write( "F = 49
\n" ); document.write( "Or...
\n" ); document.write( "2) F = 7(T-1) Substitute T = 8.
\n" ); document.write( "F = 7(8-1)
\n" ); document.write( "F = 7X7
\n" ); document.write( "F = 49
\n" ); document.write( "You have 49 fish.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );