document.write( "Question 313572: The planet Uranus has 13 more moons than Neputune, Saturn has 2 more than twice the number of moons of Neptune. The total number of moons for these planets is 47. How many moons does each planet have? \n" ); document.write( "
Algebra.Com's Answer #224206 by mananth(16946)![]() ![]() You can put this solution on YOUR website! The planet Uranus has 13 more moons than Neputune, Saturn has 2 more than twice the number of moons of Neptune. The total number of moons for these planets is 47. How many moons does each planet have?\r \n" ); document.write( "\n" ); document.write( "Let Neptune have x moons \n" ); document.write( "uranus has x+13 moons \n" ); document.write( "saturn has 2x+2 \n" ); document.write( "Total moons =47 \n" ); document.write( ".. \n" ); document.write( "x+x+13 +2x+2=47 \n" ); document.write( "4x+15=47 \n" ); document.write( "4x=32 \n" ); document.write( "x=8 \n" ); document.write( ".. \n" ); document.write( "Neptune has 8 moons \n" ); document.write( "Uranus has 8+13 = 21 moons \n" ); document.write( "Saturn has 2x+2 = 18 moons \n" ); document.write( ".. \n" ); document.write( "CHECK \n" ); document.write( "8+18+21=47 \n" ); document.write( " \n" ); document.write( " |