document.write( "Question 1127912: This is a 2 x 2 matrix. y is a scalar. simplify. Do I distribute the y to everything? Is the correct answer
\n" );
document.write( "[[2y^2+1,5y]
\n" );
document.write( "[3xy-2,-2y]]
\n" );
document.write( "----------
\n" );
document.write( "or
\n" );
document.write( "[[2y+y,5y]
\n" );
document.write( "[3x-2y,-2y]].\r
\n" );
document.write( "\n" );
document.write( "y[[2y+1,5],[3x-2,-2]] \n" );
document.write( "
Algebra.Com's Answer #744382 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Yes, each element of the matrix is multiplied by y. \n" ); document.write( "-------- \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "|2y+1 1.5|\r\n" ); document.write( "|3x-2 -2|\r\n" ); document.write( "Times y:\r\n" ); document.write( "|2y^2+y 1.5y|\r\n" ); document.write( "|3xy-2y -2y|\r\n" ); document.write( "\r\n" ); document.write( "| \n" ); document.write( " |