document.write( "Question 520714: number theory a number is divided by 5, then 3 is added to the quotient. after subtracting 10, the result is 30. what is the number. \n" ); document.write( "
Algebra.Com's Answer #346192 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the number be x\r \n" ); document.write( "\n" ); document.write( "(x/5 +3)-10=30\r \n" ); document.write( "\n" ); document.write( "(x/5+3)=40\r \n" ); document.write( "\n" ); document.write( "x/5=40-3 \n" ); document.write( "x/5=37\r \n" ); document.write( "\n" ); document.write( "x=5*37\r \n" ); document.write( "\n" ); document.write( "x=185 \n" ); document.write( " |