document.write( "Question 175429: How do I find the element of a(base 1),(base 2)?
\n" ); document.write( "1 2 3
\n" ); document.write( "4 5 6
\n" ); document.write( "7 8 9
\n" ); document.write( "

Algebra.Com's Answer #130517 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
How do I find the element of a(base 1),(base 2)?
\n" ); document.write( "
\r\n" );
document.write( "You shouldn't put the word \"base\" there. You should put \"row 1\" \r\n" );
document.write( "instead of \"base 1\" and \"column 2\" instead of \"base 2\". The \r\n" );
document.write( "first number in \"a%5Br%2Cc%5D\", the \"r\", is the row number \r\n" );
document.write( "going from top to bottom, and the second number \"c\" is the \r\n" );
document.write( "column number going from left to right.  You can remember which\r\n" );
document.write( "is which by remembring that \"a%5Br%2Cc%5D\" looks like the word \r\n" );
document.write( "\"arc\".  \r\n" );
document.write( "\r\n" );
document.write( "          C C C \r\n" );
document.write( "          O O O \r\n" );
document.write( "          L L L\r\n" );
document.write( "          U U U\r\n" );
document.write( "          M M M\r\n" );
document.write( "          N N N\r\n" );
document.write( "          # # # \r\n" );
document.write( "          1 2 3 \r\n" );
document.write( "          ¯ ¯ ¯ \r\n" );
document.write( "ROW #1 ® 1 2 3 \r\n" );
document.write( "ROW #2 ® 4 5 6 \r\n" );
document.write( "ROW #3 ® 7 8 9\r\n" );
document.write( "\r\n" );
document.write( "The 1 is in ROW #1 and COLUMN #1, so 1 is the element \"a%5B1%2C1%5D\"\r\n" );
document.write( "The 2 is in ROW #1 and COLUMN #2, so 2 is the element \"a%5B1%2C2%5D\"\r\n" );
document.write( "The 3 is in ROW #1 and COLUMN #3, so 3 is the element \"a%5B1%2C3%5D\"\r\n" );
document.write( "The 4 is in ROW #2 and COLUMN #1, so 4 is the element \"a%5B2%2C1%5D\"\r\n" );
document.write( "The 5 is in ROW #2 and COLUMN #2, so 5 is the element \"a%5B2%2C2%5D\"\r\n" );
document.write( "The 6 is in ROW #2 and COLUMN #3, so 6 is the element \"a%5B2%2C3%5D\"\r\n" );
document.write( "The 7 is in ROW #3 and COLUMN #1, so 7 is the element \"a%5B3%2C1%5D\"\r\n" );
document.write( "The 8 is in ROW #3 and COLUMN #2, so 8 is the element \"a%5B3%2C2%5D\"\r\n" );
document.write( "The 9 is in ROW #3 and COLUMN #3, so 9 is the element \"a%5B3%2C3%5D\"\r\n" );
document.write( "\r\n" );
document.write( "Your answer is the red one.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );