document.write( "Question 549623: Determine x, y and z for the matrix equation holds:\r
\n" ); document.write( "\n" ); document.write( "x,y*0,1=6,13
\n" ); document.write( "z,4*3,4=12,13
\n" ); document.write( "

Algebra.Com's Answer #358437 by Edwin McCravy(20086)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "The way to multiply two 2×2 matrices is like this:\r\n" );
document.write( "\r\n" );
document.write( "\"%28matrix%282%2C2%2Ca%2Cb%2Cc%2Cd%29%29\"\"%28matrix%282%2C2%2Ce%2Cf%2Cg%2Ch%29%29\" = \"%28matrix%282%2C2%2Cae%2Bbg%2Caf%2Bbh%2Cce%2Bdg%2Ccf%2Bdh%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "Use that rule to multiply the two 2×2 matrices on the left:\r\n" );
document.write( "\r\n" );
document.write( "\"%28matrix%282%2C2%2Cx%2Cy%2Cz%2C4%29%29\"\"%28matrix%282%2C2%2C0%2C1%2C3%2C4%29%29\" = \"%28matrix%282%2C2%2C6%2C13%2C12%2C13%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"%28matrix%282%2C2%2Cx%2A0%2By%2A3%2Cx%2A1%2By%2A4%2Cz%2A0%2B4%2A3%2Cz%2A1%2B4%2A4%29%29\" = \"%28matrix%282%2C2%2C6%2C13%2C12%2C13%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"%28matrix%282%2C2%2C3y%2Cx%2B4y%2C12%2Cz%2B16%29%29\" = \"%28matrix%282%2C2%2C6%2C13%2C12%2C13%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "Equate corresponding elements of the matrices on the left\r\n" );
document.write( "and right:\r\n" );
document.write( "\r\n" );
document.write( "\"system%283y=6%2Cx%2B4y=13%2C12=12%2Cz%2B16=13%29\"\r\n" );
document.write( "\r\n" );
document.write( "From those you get x=5, y = 2, z = -3\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );