document.write( "Question 490438: How do I solve ---- Find a number that if 16 is added to it, the ratio of the result to the original number is 4:3
\n" );
document.write( "Thank you!!
\n" );
document.write( "Cindy \n" );
document.write( "
Algebra.Com's Answer #334077 by Alan3354(69443) You can put this solution on YOUR website! How do I solve ---- Find a number that if 16 is added to it, the ratio of the result to the original number is 4:3 \n" ); document.write( "---------- \n" ); document.write( "n is \"the number\" \n" ); document.write( "(n+16)/n = 4/3 \n" ); document.write( "3(n+16) = 4n \n" ); document.write( "3n + 48 = 4n \n" ); document.write( "n = 48 \n" ); document.write( " \n" ); document.write( " |