document.write( "Question 113906: Can I take average of a complex number and a real number?
\n" ); document.write( "i.e. [(a+bi)+c]/2=?
\n" ); document.write( "

Algebra.Com's Answer #82877 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
If you had something like \"%28%28a%2Bbi%29%2Bc%29%2F2\" then you will get a complex number as a result. So you'll get \"%28x%2Bbi%29%2F2\" where \"x=a%2Bc\" since you can only add the real parts. \n" ); document.write( "
\n" );