document.write( "Question 797193: A number is between 30 and 40. If the number is divided by the sum of the digits, the quotient is 4. find the number\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #481710 by luke94(89)![]() ![]() ![]() You can put this solution on YOUR website! hi there, with questions like this, it is just trial and error till you get the correct number, the word 'quotient' just means division/divide \n" ); document.write( "30/(3+0) = 10 \n" ); document.write( "31/(3+1) = 31/4 \n" ); document.write( "32/(3+2) = 32/5 \n" ); document.write( "33/(3+3) = 33/6 \n" ); document.write( "34/(3+4) = 34/7 \n" ); document.write( "35/(3+5) = 35/8 \n" ); document.write( "36/(3+6) = 4 \n" ); document.write( "37/(3+7) = 37/10 \n" ); document.write( "38/(3+8) = 38/11 \n" ); document.write( "39/(3+9) = 39/12 \n" ); document.write( "40/(4+0) = 10 \n" ); document.write( "therefore your number is 36, with questions like these always test the boundary numbers (in this case 30 and 40) as sometimes they can be the number also unless stated in the question they are not to be included.. \n" ); document.write( "hope this helps \n" ); document.write( " |