document.write( "Question 891828: Sally and Jim went blueberry picking. Jim picked one more pint than 3 times as many as Sally. If together they picked 29 pints of berries. How many did each pick? \n" ); document.write( "
Algebra.Com's Answer #540065 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! set J = pints by Jim \n" ); document.write( " S = pints by Sally \n" ); document.write( "J = 3S + 1 \n" ); document.write( "S + J = 29 \n" ); document.write( "Substitute (3S + 1) for J \n" ); document.write( "S + (3S + 1) = 29 \n" ); document.write( "4S + 1 = 29 \n" ); document.write( "Add -1 to each side \n" ); document.write( "4S = 28 \n" ); document.write( "Divide each side by 4 \n" ); document.write( " S = 7 \n" ); document.write( " J = 3(7) + 1 = 21 + 1 = 22 \n" ); document.write( " \n" ); document.write( " |