document.write( "Question 1061919:  In a loan database, there are 67 loans to clients with 7 years of business experience. Also, there are 64 loans made to clients with a Graduate education. In the database there are 94 loans to clients with 7 years of experience or who have a Graduate education. How many loans were made to clients with a Graduate education who also had 7 years of experience?
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #676678 by stanbon(75887)      You can put this solution on YOUR website! In a loan database, there are 67 loans to clients with 7 years of business experience. Also, there are 64 loans made to clients with a Graduate education. In the database there are 94 loans to clients with 7 years of experience or who have a Graduate education. How many loans were made to clients with a Graduate education who also had 7 years of experience? \n" ); document.write( "----- \n" ); document.write( "Ans: #(Grad AND 7) = #(Grad) + #(7) - #(Grad or 7) \n" ); document.write( "---- \n" ); document.write( " #(Grad AND 7) = 64 + 67 - 94 = 131-94 = 37 \n" ); document.write( "--------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " |