document.write( "Question 774420: Maria's age is M. Pat's age is M+3. Five years ago, the product of their ages was 70. How old is Maria now \n" ); document.write( "
Algebra.Com's Answer #472243 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! This is a little tricky involving a quadratic. Can you factor a quadratic? \n" ); document.write( "Let m = Maria's current age \n" ); document.write( "Let p = Pat's current age \n" ); document.write( "Then we have \n" ); document.write( "(1) p = m +3 and \n" ); document.write( "(2) (m-5)*(p-5) = 70 \n" ); document.write( "Now put (1) into (2) to get \n" ); document.write( "(3) (m-5)*(m+3-5) = 70 or \n" ); document.write( "(4) (m-5)*(m-2) = 70 or \n" ); document.write( "(5) m^2 -5m - 2m + 10 = 70 or \n" ); document.write( "(6) m^2 -7m -60 = 0 which factors to \n" ); document.write( "(7) (m-12)*(m+5) = 0 \n" ); document.write( "Select the positive root to get \n" ); document.write( "(8) m = 12 \n" ); document.write( "Then \n" ); document.write( "(9) p = 15 \n" ); document.write( "Is ((12-5)*(15-5) = 70)? \n" ); document.write( "Is (7*10 = 70)? \n" ); document.write( "Is (70 = 70)? Yes \n" ); document.write( "Answer: Maria is currently 12 years of age. \n" ); document.write( " |