document.write( "Question 1125512: on the first two psychology tests, a girl had scores of 79 and 83. she wants her average to be atleast 87. what score does she need on the third test? \n" ); document.write( "
Algebra.Com's Answer #741841 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! on the first two psychology tests, a girl had scores of 79 and 83. she wants her average to be at least 87. \n" ); document.write( " what score does she need on the third test? \n" ); document.write( "; \n" ); document.write( "let x = score required to have an 87 average\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "162 + x = 3(87) \n" ); document.write( "x = 261 - 162 \n" ); document.write( "x = 99 is required on the 3rd test \n" ); document.write( " \n" ); document.write( " |