document.write( "Question 309823: If the average of three numbers is V. If one of the numbers is Z and another is Y, what is the remaining number?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #221593 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! If the average of three numbers is V. If one of the numbers is Z and another is Y, what is the remaining number? \n" ); document.write( ": \n" ); document.write( "Let x = remaining number \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "Multiply both sides by 3 \n" ); document.write( "x + y + z = 3V \n" ); document.write( "x = 3V - y - z, is the remaining number \n" ); document.write( " |