document.write( "Question 1120914: Nora is 4 years older than Kate. If the sum of their ages is at most 45 years, find the maximum possible age of Kate. \n" ); document.write( "
Algebra.Com's Answer #736610 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! n=k+4 \n" ); document.write( "n+k<=45 \n" ); document.write( "k+4+k<=45 \n" ); document.write( "2k<41 \n" ); document.write( "k<=20.5 \n" ); document.write( "20.5 and 24.5 works if fractions allowed \n" ); document.write( "otherwise 20 and 24 \n" ); document.write( "Kate's maximum integer age is 20, maximum actual age is 20.5 ANSWER\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |