document.write( "Question 569730: I need help with these two word problems\r
\n" );
document.write( "\n" );
document.write( "In 2005, there were 66,000 new cases of skin cancer in the United States. Men
\n" );
document.write( "represented 10,000 more cases than women. How many new cases of skin cancer
\n" );
document.write( "were there for men and for women?\r
\n" );
document.write( "\n" );
document.write( "A boat can travel 36 miles upstream in the same time that it can travel 54 miles
\n" );
document.write( "downstream. If the speed of the current is 3 miles per hour, what is the speed
\n" );
document.write( "of the boat without a current?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #367437 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In 2005, there were 66,000 new cases of skin cancer in the United States. Men \n" ); document.write( "represented 10,000 more cases than women. How many new cases of skin cancer \n" ); document.write( "were there for men and for women? \n" ); document.write( "---- \n" ); document.write( "# of female cases: x \n" ); document.write( "# of male cases: x + 10,000 \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "x + x+10000 = 66000 \n" ); document.write( "2x = 56000 \n" ); document.write( "x = 28000 (female cases) \n" ); document.write( "x+10000 = 38000 (male cases) \n" ); document.write( "=============================== \n" ); document.write( " \n" ); document.write( "A boat can travel 36 miles upstream in the same time that it can travel 54 miles downstream. If the speed of the current is 3 miles per hour, what is the speed of the boat without a current? \n" ); document.write( "--- \n" ); document.write( "Upstream DATA: \n" ); document.write( "distance = 36 miles ; rate = b-3 mph ; time = 36/(b-3) hrs \n" ); document.write( "-------- \n" ); document.write( "Downstream DATA: \n" ); document.write( "distance = 54 miles ; rate = b+3 mph ; time = 54/(b+3) hrs \n" ); document.write( "---- \n" ); document.write( "Equation: \n" ); document.write( "time = time \n" ); document.write( "36/(b-3) = 54(b+3) \n" ); document.write( "2/(b-3) = 3/(b+3) \n" ); document.write( "Cross-multiply: \n" ); document.write( "2b+6 = 3b-9 \n" ); document.write( "b = 15 (speed of the boat in still water) \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |