document.write( "Question 629572: the average of two numbers is a. if one of the numbers is x, the other number is?
\n" );
document.write( "1. a-x
\n" );
document.write( "2.a/2-x
\n" );
document.write( "3.2a-x
\n" );
document.write( "4.a+x/2
\n" );
document.write( "5.x-a \n" );
document.write( "
Algebra.Com's Answer #396341 by Susmitha(21)![]() ![]() You can put this solution on YOUR website! given avg of two no's is a \n" ); document.write( "(x+y)/2=a \n" ); document.write( "x+y=2a \n" ); document.write( "x=2a-y \n" ); document.write( "so the other no is 2a-x \n" ); document.write( " |