document.write( "Question 551416: Roberto is ordering rings from a catolog. There is a shipping charge of $5 no matter how many rings are bought. Each ring costs $6.If roberto spends $71, how many rings does he order? \n" ); document.write( "
Algebra.Com's Answer #359716 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Roberto is ordering rings from a catolog. There is a shipping charge of $5 no matter how many rings are bought. Each ring costs $6.If roberto spends $71, how many rings does he order? \n" ); document.write( "Let n = number of rings ordered \n" ); document.write( "then \n" ); document.write( "6n + 5 = 71 \n" ); document.write( "6n = 66 \n" ); document.write( "n = 11 rings \n" ); document.write( " |