document.write( "Question 764627: Find the real numbers x and y that make the equation true.
\n" );
document.write( "5 + yi = x + 3i
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #465550 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! Given: \n" ); document.write( "(1) 5 + iy = x + i3 \n" ); document.write( "In order for complex numbers to be equal the real parts have to be equal and the imaginary parts have to be equal. For (1) we have \n" ); document.write( "(2) 5 = x for the real parts, therefore \n" ); document.write( "(3) x = 5 \n" ); document.write( "And for the imaginary parts we have \n" ); document.write( "(4) iy = i3, therefore \n" ); document.write( "(5) y = 3 \n" ); document.write( "Answer: x = 5 and y = 3. \n" ); document.write( " |