document.write( "Question 830652: find the an odd three digits
\n" );
document.write( "number, which is add upto
\n" );
document.write( "12, and the diffrnce
\n" );
document.write( "between last two digits is
\n" );
document.write( "equals to 1st two digits,
\n" );
document.write( "what is that num ? \n" );
document.write( "
Algebra.Com's Answer #500783 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! Note for future posts: Please take the time to write out the question fully. Tutors are giving you their time, and it helps when we have full information. \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "I'm going to make some assumptions, based on what you wrote. \n" ); document.write( "Let a, b, and c be the digits \n" ); document.write( "a + b + c = 12 \n" ); document.write( "c - b = a + b \n" ); document.write( "c is an odd number \n" ); document.write( "Given those values, the easiest way is to plug in possibles. \n" ); document.write( ". \n" ); document.write( "The possible digits for c, knowing that the total is odd: \n" ); document.write( "1 (we can toss this one because c-b=a+b. Not possible) \n" ); document.write( "3 (if c is 3, then a + b must be 9. There's no way to make the c-b equation work) \n" ); document.write( "5 (if c is 5, then a + b must be 7. There's no way to make the c-b equation work) \n" ); document.write( "7 \n" ); document.write( "9 (we can toss this one because it would necessitate a & b being 1 & 2, which doesn't fit the c-b=a+b) \n" ); document.write( ". \n" ); document.write( "That leaves us 7. If c is 7, then a+b must equal 5. Combinations that would work are 5,0; 4,1; 3,2 \n" ); document.write( "We know that c-b = a+5. We've already established that a+b=5. Therefore c-b=5. If C is 7, then B *must* be 2. If B is 2, then a *must* be 3. \n" ); document.write( ". \n" ); document.write( "The solution is 327. <<-- \n" ); document.write( ".\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |