document.write( "Question 1017052: Peter and John are two brothers. Peter is older than John. Given that peter's age is (5x-4) years and john's age is (2x+1) years.
\n" );
document.write( "A) write down an expression in terms of X, for how much older Peter is than John and simplify your answer.
\n" );
document.write( "B) if Peter is ten years older than John, calculate the
\n" );
document.write( "I) value of x
\n" );
document.write( "II) ages of Peter and John. \n" );
document.write( "
Algebra.Com's Answer #633377 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! For (A), P = J + 10 \n" ); document.write( "To solve (B): \n" ); document.write( "P = J + 10 \n" ); document.write( "(5x-4) = (2x+1) + 10 \n" ); document.write( "5x - 4 = 2x + 11 \n" ); document.write( "Subtract 2x from each side, and add 4 to each side \n" ); document.write( "3x = 15 \n" ); document.write( "Divide by 3 \n" ); document.write( "x = 5 \n" ); document.write( "Therefore, Peter is 5(5) - 4, or 21. John is 2(5)+1, or 11. \n" ); document.write( ". \n" ); document.write( " |