document.write( "Question 772622: 2)the average of two numbers is A. if one of the numbers is x, the other number is?
\n" );
document.write( "X+?/2 = a (then u cross multiply)
\n" );
document.write( "X+?/2 = a/1
\n" );
document.write( "2a= x +?
\n" );
document.write( "2a-x=?
\n" );
document.write( "Therefore ?=2a-x\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #471011 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 2)the average of two numbers is A. if one of the numbers is x, the other number is? \n" ); document.write( ": \n" ); document.write( "let y = the other number \n" ); document.write( " \n" ); document.write( "solve for y \n" ); document.write( "multiply both sides by 2 \n" ); document.write( "x + y = 2A \n" ); document.write( "subtract x from both sides \n" ); document.write( "y = 2A - x \n" ); document.write( ": \n" ); document.write( "The other number is (2A-x) \n" ); document.write( " |