document.write( "Question 1047813:  Of the cars which passed along a road during a certain time 1/3 were British Leyland,5/12 were Ford and 1/6 were Chrysler. 1/5 of the remainder were Volkswagen and there were three of these. How many cars were spotted?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #663353 by ewatrrr(24785)    You can put this solution on YOUR website! Let T represent Total cars \n" ); document.write( "T -[T/3 + (5/12)T + T/6] = 3 \n" ); document.write( "t - [4/12 + 5/12 + (2/12T] = 3 \n" ); document.write( "T - (11/12)T = 3 \n" ); document.write( "(1/12)T = 3 \n" ); document.write( "T = 36 , The Total cars \n" ); document.write( "CHECKING \n" ); document.write( "36 - 12 - 15 - 6 = 3 CHECKS!\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "  |