document.write( "Question 765736: The sum of number,3/4 of the number and 5/8 of the number is 19.find the number \n" ); document.write( "
Algebra.Com's Answer #466719 by suruman(21)![]() ![]() You can put this solution on YOUR website! let the number be x: \n" ); document.write( "x + (3/4)*x+(5/8)*x = 19 \n" ); document.write( "Multiplying 8 by both sides, \n" ); document.write( "8x + 6x + 5x = 152 \n" ); document.write( "19x = 152 \n" ); document.write( "x = 152/19 = 8 \n" ); document.write( "Hence the number is 8. \n" ); document.write( " \n" ); document.write( " |