document.write( "Question 30897: Kenny is 14 years older than Chad. Next year Kenny will be 3 times as old as Chad. How old is Kenny?
\n" );
document.write( "Could you please give me all the steps to finding this answer. \n" );
document.write( "
Algebra.Com's Answer #17645 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Kenny is 14 years older than Chad \n" ); document.write( "LET CHAD BE X YEARS...SO KENNY IS X+14 YEARS \n" ); document.write( ". Next year Kenny will be 3 times as old as Chad. \n" ); document.write( "NEXT YEAR CHAD WILL BE X+1 YEARS AND KENNY WILL BE X+14+1=X+15 YRS. \n" ); document.write( "SO X+15=3(X+1)=3X+3 \n" ); document.write( "3X-X=15-3=12 \n" ); document.write( "2X=12 \n" ); document.write( "X=6 \n" ); document.write( "SO CHAD IS 6 YEARS AND \n" ); document.write( "How old is Kenny? \n" ); document.write( "KENNY IS 6+14=20 YEARS NOW. \n" ); document.write( " |