document.write( "Question 1199522: if , where a,b and c are positive integers, and b < c, evaluate the smallest possible value of abc \n" );
document.write( "
Algebra.Com's Answer #833454 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Certainly if we are wanting the product abc to be minimum, we want c to be as small as possible; so try c=8. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Again we want the product abc to be minimum; that means the product ab should be minimum. The minimum value of the product ab, subject to the constraint 9a+b=32, is when a=3 and b=5. \n" ); document.write( "ANSWER: abc = 3*5*8 = 120 \n" ); document.write( " \n" ); document.write( " |