document.write( "Question 1131709: Five numbers have an average of 16. If the first four numbers have a sum of 68, what is the fifth number? \n" ); document.write( "
Algebra.Com's Answer #748361 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x be the 5th number \n" ); document.write( ": \n" ); document.write( "(68+x)/5 = 16 \n" ); document.write( ": \n" ); document.write( "68+x = 80 \n" ); document.write( ": \n" ); document.write( "x = 12 \n" ); document.write( ": \n" ); document.write( "****************************** \n" ); document.write( "the 5th number is 12 \n" ); document.write( "****************************** \n" ); document.write( ": \n" ); document.write( " |