document.write( "Question 1177103: Happy is four times as old as Grumpy. The sum of their age is 100.
\n" );
document.write( "How old are Happy and Grumpy?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #805328 by mananth(16946)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "let grumpy's age be x years \n" ); document.write( "Happy's age will be 4x\r \n" ); document.write( "\n" ); document.write( "4x+x =100\r \n" ); document.write( "\n" ); document.write( "5x =100 \n" ); document.write( "x=20\r \n" ); document.write( "\n" ); document.write( "Grumpy's age 20 years \n" ); document.write( "Happy's age 4x = 80 years \n" ); document.write( " |