document.write( "Question 173944: at a local farmers market,Jane sold 27 squash,31 tomatoes,24 peppers,and 18 melons.Jose sold 48 squash,72 tomatoes,61 peppers, and 25 melons.
\n" ); document.write( "a)Create a 2x4 matrix of this data.Name this matrix P.
\n" ); document.write( "b)What is the address of the number of peppers that jane sold?
\n" ); document.write( "c)What is the address of the data stored in the second row and first column?What does this entry represent?
\n" ); document.write( "d)Could you have created a matrix with different dimensions from the created part a?
\n" ); document.write( "

Algebra.Com's Answer #128902 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
at a local farmers market,Jane sold 27 squash,31 tomatoes,24 peppers,and 18 melons.Jose sold 48 squash,72 tomatoes,61 peppers, and 25 melons.
\n" ); document.write( "a)Create a 2x4 matrix of this data.Name this matrix P.
\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Or if your teacher doesn't want headings, then just use\r\n" );
document.write( "\r\n" );
document.write( "\"%28matrix%282%2C4%2C27%2C31%2C24%2C18%2C48%2C72%2C61%2C25%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "b)What is the address of the number of peppers that jane sold?\r\n" );
document.write( "\r\n" );
document.write( "1,3, or \"Row 1, Column 3\"\r\n" );
document.write( "\r\n" );
document.write( "c)What is the address of the data stored in the second row and first column?\r\n" );
document.write( "\r\n" );
document.write( "2,1\r\n" );
document.write( "\r\n" );
document.write( "What does this entry represent?\r\n" );
document.write( "\r\n" );
document.write( "The number of squash that Jose sold.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "d)Could you have created a matrix with different dimensions from the created part a?\r\n" );
document.write( "\r\n" );
document.write( "Yes, this 4x2 matrix:\r\n" );
document.write( "\r\n" );
document.write( " \r\n" );
document.write( "\r\n" );
document.write( "or without headings \"+%28matrix%284%2C2%2C27%2C48%2C31%2C72%2C24%2C61%2C18%2C25%29%29+\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );