document.write( "Question 551505: James is four years younger than Austin. If three times James' age is increased by the square of Austin's age, the result is 28. Find the ages of James and Austin. (Algebraic solutions only) \n" ); document.write( "
Algebra.Com's Answer #359765 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! \"James is four years younger than Austin\" ___ j = a - 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"If three times James' age is increased by the square of Austin's age, the result is 28\" \n" ); document.write( "___ 3j + a^2 = 28\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting ___ 3(a - 4) + a^2 = 28 ___ a^2 + 3a - 40 = 0 ___ (a + 8)(a - 5) = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for a, then substitute back to find j \n" ); document.write( " |