document.write( "Question 221312: Barbara can paddler her canoe 48 miles with the current in the same time it takes her to paddle 24 miles against the current. If the spped of the current is 2 miles per hour, find the speed of the boat in still water.
\n" );
document.write( "(I have solved it like this:
\n" );
document.write( "still water = 2x
\n" );
document.write( "with current= 24 miles(x-2)
\n" );
document.write( "against current =48(x+2)
\n" );
document.write( "2x+24(x-2)=48(x+2)
\n" );
document.write( "2x+24x-48=48x+96
\n" );
document.write( "96+48=48x-24x-2x
\n" );
document.write( "144/22x
\n" );
document.write( "x=6.5 mph in still water????? \n" );
document.write( "
Algebra.Com's Answer #166042 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Barbara can paddler her canoe 48 miles with the current in the same time it takes her to paddle 24 miles against the current. If the spped of the current is 2 miles per hour, find the speed of the boat in still water. \n" ); document.write( "(I have solved it like this: \n" ); document.write( "still water = 2x \n" ); document.write( "with current= 24 miles(x-2) \n" ); document.write( "against current =48(x+2) \n" ); document.write( "2x+24(x-2)=48(x+2) \n" ); document.write( "2x+24x-48=48x+96 \n" ); document.write( "96+48=48x-24x-2x \n" ); document.write( "144/22x \n" ); document.write( "x=6.5 mph in still water????? \n" ); document.write( "----------------- \n" ); document.write( "48 miles/(6.5 + 2) =? 24 miles/(6.5 - 2) \n" ); document.write( "48/8.5 =? 24/4.5 It's not, so 6.5 doesn't fit. \n" ); document.write( "--------------- \n" ); document.write( "r = speed of the boat \n" ); document.write( "d = rt \n" ); document.write( "48/(r+2) = 24/(r-2) \n" ); document.write( "48(r-2) = 24(r+2) \n" ); document.write( "48r-96 = 24r+48 \n" ); document.write( "24r = 144 \n" ); document.write( "r = 6 mph \n" ); document.write( " \n" ); document.write( " |