document.write( "Question 256222: The sum of the number of A's and B's on a math test is 15. There are more B's than A's, and the sum of the squares of the two numbers is 113. Find the number of A's and the number of B's. \n" ); document.write( "
Algebra.Com's Answer #188386 by richwmiller(17219) You can put this solution on YOUR website! a+b=15 \n" ); document.write( "b>a \n" ); document.write( "a^2+b^2=113 \n" ); document.write( "a=7 b=8 \n" ); document.write( " \n" ); document.write( " |