document.write( "Question 802928: the sum of two numbers is 35. three times the larger number is the same as 4 times the smaller. find the bigger number.\r
\n" );
document.write( "\n" );
document.write( "i got 66 and 31 when i did it so i know its wrong \n" );
document.write( "
Algebra.Com's Answer #484079 by mananth(16946)![]() ![]() You can put this solution on YOUR website! the sum of two numbers is 35. three times the larger number is the same as 4 times the smaller. find the bigger number.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let one number be x. The bigger number \n" ); document.write( "other number will be (35-x)\r \n" ); document.write( "\n" ); document.write( "3x=4(35-x)\r \n" ); document.write( "\n" ); document.write( "3x=140-4x\r \n" ); document.write( "\n" ); document.write( "7x=140 \n" ); document.write( "/7 \n" ); document.write( "x=20\r \n" ); document.write( "\n" ); document.write( "The other number is 15 \n" ); document.write( " |