document.write( "Question 79332: Hi, I've been trying to set up an appropriate system of equations for quite some time, and I've had no luck. The question is as follows;
\n" );
document.write( "The sum of the digits of a certain three digit number is nine. The sum of the hundreds and the tens digits is equal to the ones digit minus one. The number, divided by nine, equals three times the ones digit. What is the number? All I have so far is x+y+z=9. Could you show me how to set the problem up please? \n" );
document.write( "
Algebra.Com's Answer #56936 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sum of the digits of a certain three digit number is nine. The sum of the hundreds and the tens digits is equal to the ones digit minus one. The number, divided by nine, equals three times the ones digit. What is the number? All I have so far is x+y+z=9. Could you show me how to set the problem up please? \n" ); document.write( "----------- \n" ); document.write( "The number is x(10^2+y(10)+z \n" ); document.write( "The digits are x,y,z \n" ); document.write( "-------- \n" ); document.write( "EQUATIONS: \n" ); document.write( "x+y+z=9 \n" ); document.write( "x+y=z-1 \n" ); document.write( "(100x+10y+z)/9 = 3z \n" ); document.write( "------------- \n" ); document.write( "x+y+z=9 \n" ); document.write( "x+y-z=-1 \n" ); document.write( "100x+10y-26z=0 \n" ); document.write( "========== \n" ); document.write( "Ans: x=1; y=3; z=5 \n" ); document.write( "========= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |