document.write( "Question 1179646: Hi
\n" );
document.write( "In Bob's class the number of students with cavities is 6 more than the number without cavities. When 1/8 of the number of students with cavities was treated they totalled the same number as the students without cavities. How many students of the original group have cavities and do not have cavities respectively.
\n" );
document.write( "Thanks
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #809415 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! c = no. with cavities \n" ); document.write( "n = no. without cavities \n" ); document.write( ": \n" ); document.write( "In Bob's class the number of students with cavities is 6 more than the number without cavities. \n" ); document.write( " c = n + 6 \n" ); document.write( "When 1/8 of the number of students with cavities was treated they totalled the same number as the students without cavities. \n" ); document.write( "c - \n" ); document.write( " \n" ); document.write( "get rid of the denominator, mult by 8 \n" ); document.write( "7c = 8n \n" ); document.write( "replace c with (n+6) \n" ); document.write( "7(n+6) = = 8n \n" ); document.write( "7n + 42 = 8n \n" ); document.write( "42 = 8n - 7n \n" ); document.write( "42 = n \n" ); document.write( ": \n" ); document.write( "How many students of the original group have cavities and do not have cavities respectively. \n" ); document.write( "n = 42 do not have have cavities \n" ); document.write( "and \n" ); document.write( "42 + 6 = 48 had cavities originally \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check \n" ); document.write( " |