document.write( "Question 278434: Raul is 5 years older than twice Carlos' age. the sum of their ages is 101 how old is Carlos ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #202627 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! r=5+2c \n" ); document.write( "r+c=101 \n" ); document.write( "r=101-c \n" ); document.write( "5+2c=101-c \n" ); document.write( "3c=96 \n" ); document.write( "carlos =32 \n" ); document.write( "64+5=r \n" ); document.write( "r=69 \n" ); document.write( "check \n" ); document.write( "r+c=32+69=101 \n" ); document.write( "ok \n" ); document.write( " |