document.write( "Question 824114: Given A = {x | x < 1}, B = {x | x ≥ 5}, and C = {x | x = 5}, match the following items.\r
\n" );
document.write( "\n" );
document.write( "1 A U B {x | x < 1 or x = 5}
\n" );
document.write( "2.A U C {x | x = 5}
\n" );
document.write( "3.B U C {x | x ≥ 5}
\n" );
document.write( "4.A ∩ B Ø
\n" );
document.write( "5.B ∩ C {x | x < 1 or x ≥ 5} \n" );
document.write( "
Algebra.Com's Answer #496212 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! The proper matches are shown below\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1 A U B {x | x < 1 or x ≥ 5} \n" ); document.write( "2.A U C {x | x < 1 or x = 5} \n" ); document.write( "3.B U C {x | x ≥ 5} \n" ); document.write( "4.A ∩ B Ø \n" ); document.write( "5.B ∩ C {x | x = 5} \n" ); document.write( " |