document.write( "Question 1008000: Its a 4 digit number
\n" );
document.write( "The hundreds are 3 times the ones
\n" );
document.write( "The thousands are double the tens
\n" );
document.write( "The sum of the digits is 24
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #623779 by dkppathak(439)![]() ![]() You can put this solution on YOUR website! Its a 4 digit number \n" ); document.write( "The hundreds are 3 times the ones \n" ); document.write( "The thousands are double the tens \n" ); document.write( "The sum of the digits is 24 \n" ); document.write( "let one place x than hundred place will be 3x \n" ); document.write( "let tens place is y than thousand place will be 2y \n" ); document.write( "as per give conditions 2y+3x+y+x=24 \n" ); document.write( "3y+4x=24 we should take pair of x any such that sum should be 24 \n" ); document.write( "pair of 1 and2 not satisfy \n" ); document.write( "pair of 2 and 3 not satisfy \n" ); document.write( "pair of 3 and 4 satisfy means x=3 and y=4 (3x4+4x3=12+12=24) \n" ); document.write( "so number will be 8943 \n" ); document.write( " \n" ); document.write( " |