document.write( "Question 395086: A car dealership interviewed every driver who came onto their lot on Tuesday. This produced the following results: there were 34 people who owned trucks and 54 people who owned cars. If 12 people owned both a truck and a car and 8 people owned neither, how many people were interviewed? \n" ); document.write( "
Algebra.Com's Answer #280395 by jrfrunner(365)\"\" \"About 
You can put this solution on YOUR website!
let T = number truck owners
\n" ); document.write( "let C=number of car owners
\n" ); document.write( "let B=number who own both
\n" ); document.write( "let N=number who own neither
\n" ); document.write( "===
\n" ); document.write( "given T=34, C=54, B=12, N=8
\n" ); document.write( "Total interviewed =34+54-12+8=84
\n" ); document.write( "--
\n" ); document.write( "subtract B=12 because in counting T and C the B is counted twice.
\n" ); document.write( "
\n" ); document.write( "
\n" );