document.write( "Question 1139556: Ken is 6 years older than Maria. Maria is twice as old as Pedro.
\n" ); document.write( " The sum of their age is 36. How old is Pedro?
\n" ); document.write( "

Algebra.Com's Answer #760042 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Ken          2p+6\r\n" );
document.write( "Maria        2p\r\n" );
document.write( "Pedro        p\r\n" );
document.write( "SUM         36\r\n" );
document.write( "

\n" ); document.write( "SUM equation is in just the single variable, p, for Pedro's age.
\n" ); document.write( "
\n" );