document.write( "Question 1094279: Define the sets A, B, and C as follows:
\n" );
document.write( " A = {1, 2}
\n" );
document.write( " B = {tea, Juice}
\n" );
document.write( " C = {bacon, toast}.\r
\n" );
document.write( "\n" );
document.write( "Write the set A x B x C using roster notation. \r
\n" );
document.write( "\n" );
document.write( "I fully understand what Roster Notation is but I'm confused on how to do it with multiple sets.
\n" );
document.write( "Would it just be listing every single grouping as in {1,tea,bacon}? \n" );
document.write( "
Algebra.Com's Answer #708954 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Yes, there are 8 ordered triples. But don't put braces {} around\r\n" ); document.write( "the ordered triples. Each ordered triple is placed between \r\n" ); document.write( "parentheses (), not braces {}, and the whole set is between braces {}:\r\n" ); document.write( "\r\n" ); document.write( "A×B×C = { (1,tea,bacon), (1,tea,toast), (1,juice,bacon), (1,juice,toast),\r\n" ); document.write( " (2,tea,bacon), (2,tea,toast), (2,juice,bacon), (2,juice,toast) }\r\n" ); document.write( "\r\n" ); document.write( "Edwin\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |