document.write( "Question 1128326: Given that a+b=c, a+c=d, and b=c+d, where d is a positive integer, what is the greatest value of a?
\n" );
document.write( "A)-3 B)2 C)-2 D)1 E)-1
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #744844 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Given: \n" ); document.write( "(1) a+b = c \n" ); document.write( "(2) a+c = d \n" ); document.write( "(3) b = c+d \n" ); document.write( "(4) d is a positive integer \n" ); document.write( "Substituting (3) into (1), \n" ); document.write( "a+c+d = c \n" ); document.write( "a+d = 0 \n" ); document.write( "a = -d \n" ); document.write( "Since d is a positive integer, a is a negative integer. The greatest value for a is when d has its minimum value of 1; then a is -1. \n" ); document.write( "ANSWER: E) -1 \n" ); document.write( " |