document.write( "Question 953040: George is 10 years older than his brother Sam find expression for\r
\n" );
document.write( "\n" );
document.write( "a) The sum for their ages\r
\n" );
document.write( "\n" );
document.write( "b) Sum for their ages in 5 years time\r
\n" );
document.write( "\n" );
document.write( "c) The product for their ages\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #582029 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! LET GEORGE=X \n" ); document.write( "LET SAM=X-10\r \n" ); document.write( "\n" ); document.write( "X+X-10= SUM. \n" ); document.write( "(X+5)+(X-5)= SUM IN 5 YEARS. \n" ); document.write( "X(X-10)= PRODUCT. \n" ); document.write( " |