document.write( "Question 303764: raul is 5 years older than twice carlos' age . the sum of their ages is 101. how old is carlos \n" ); document.write( "
Algebra.Com's Answer #217655 by JBarnum(2146)![]() ![]() You can put this solution on YOUR website! R=raul C=Carlo \n" ); document.write( "R=5+2C \n" ); document.write( "R+C=101 \n" ); document.write( "5+2C+C=101 \n" ); document.write( "5+3C=101 \n" ); document.write( "3C=96 \n" ); document.write( "C=32 \n" ); document.write( " |