document.write( "Question 1001303: there are a total of 127 cars on a lot if there are four more than twice the number of trucks than cars how any trucks and cars are on the lot \n" ); document.write( "
Algebra.Com's Answer #618537 by addingup(3677)![]() ![]() You can put this solution on YOUR website! t+c= 127 \n" ); document.write( "c= 2t+4 Let's plug this value for c in the formula above: \n" ); document.write( "t+2t+4= 127 Add t on left and subtract 4 on both sides \n" ); document.write( "3t= 123 Divide both sides by 3 \n" ); document.write( "t= 41 trucks and \n" ); document.write( "c= 2t+4= 2(41)+4= 86 cars \n" ); document.write( " \n" ); document.write( " |