document.write( "Question 919787: There are 24 cars in the lot. 14 cars are silver the rest are blue or red. There are 6 more blue cars then red cars. How many cars are red. \n" ); document.write( "
Algebra.Com's Answer #557965 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x the red cars \n" ); document.write( "Silver + Blue + Red \n" ); document.write( "14 + (x+6) + x = 24 \n" ); document.write( "2x = 4 \n" ); document.write( "x = 2 red cars \n" ); document.write( "And checking.... \n" ); document.write( "14 + 8 + 2 = 24 \n" ); document.write( " |