document.write( "Question 929557: Carlos is seven years younger than one half Mike's age if Carlos is five years old how old is Mike? \n" ); document.write( "
Algebra.Com's Answer #564353 by sunny1992(35)![]() ![]() You can put this solution on YOUR website! let, \n" ); document.write( "mike = X year old \n" ); document.write( "Carlos = (X/2)-7 year old\r \n" ); document.write( "\n" ); document.write( "given \n" ); document.write( "carlos = 5 year old \n" ); document.write( "equation \n" ); document.write( "(X/2)-7=5 \n" ); document.write( "X/2=12 \n" ); document.write( "X=12*2 \n" ); document.write( "X=24\r \n" ); document.write( "\n" ); document.write( "mike = 24 year old \n" ); document.write( " |