document.write( "Question 664276: 1/3 of a certain number added to 1/5 of the next consecutive number is 5.what is the sum of the 2 numbers? \n" ); document.write( "
Algebra.Com's Answer #413212 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! 1/3 of a certain number added to 1/5 of the next consecutive number is 5.what is the sum of the 2 numbers? \n" ); document.write( "** \n" ); document.write( "let x=a certain number \n" ); document.write( "x+1=next consecutive number \n" ); document.write( "x/3+(x+1)/5=5 \n" ); document.write( "LCD:15 \n" ); document.write( "5x+3x+3=75 \n" ); document.write( "8x=72 \n" ); document.write( "x=9 \n" ); document.write( "x+1=10 \n" ); document.write( "sum of the 2 numbers=9+10=19 \n" ); document.write( " \n" ); document.write( " |