document.write( "Question 254091: Find two consecutive whole numbers such that 3/4 of the first number is 5 more than 1/2 the second number.\r
\n" );
document.write( "\n" );
document.write( "Thank you. \n" );
document.write( "
Algebra.Com's Answer #186495 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let the numbers be x and x+1 \n" ); document.write( ".75x=.5(x+1)+5 \n" ); document.write( ".75x=.5x+.5+5 \n" ); document.write( ".75x=.5x+5.5 \n" ); document.write( ".25x=5.5 \n" ); document.write( "x=22 \n" ); document.write( "x+1=23 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |