document.write( "Question 292953: If the numbers 2a + 2 and 2b + 2 add up to 2004, find the sum of the numbers
\n" );
document.write( "a/2 - 2 and b/2 - 2
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #211494 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! First find a and b then plug that into the other terms and add \n" ); document.write( "2a + 2+2b + 2=2004 \n" ); document.write( "2(a+1+b+1)=2004 \n" ); document.write( "a+1+b+1=1002 \n" ); document.write( "a+b=1000 \n" ); document.write( "a/2 - 2 + b/2 - 2 \n" ); document.write( "(a+b)/2-4 \n" ); document.write( "1000/2=4 \n" ); document.write( "500-4=496 \n" ); document.write( " \n" ); document.write( " |