document.write( "Question 388639: Two fishermen go ice fishing one morning. By noon, Fisherman A has 6 fish and is catching 2 fish per hour. Fisherman B has 4 fish and is catching 3 per hour. Assume they will continue catching fish at the same rate.
\n" );
document.write( "Write a system of equations that relates the time to the total fish caught. \n" );
document.write( "
Algebra.Com's Answer #274987 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! Two fishermen go ice fishing one morning. By noon, Fisherman A has 6 fish and is catching 2 fish per hour. Fisherman B has 4 fish and is catching 3 per hour. Assume they will continue catching fish at the same rate. \n" ); document.write( "Write a system of equations that relates the time to the total fish caught.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A = 6 + 2t \n" ); document.write( "B = 4 + 3t \n" ); document.write( "where t is time in hours, A is total for fisherman A, \n" ); document.write( "B is total for fisherman B \n" ); document.write( "total fish caught = A + B = 6 + 2t + 4 + 3t = 10 + 5t \n" ); document.write( " \n" ); document.write( " |