document.write( "Question 1133403: Enter the value of b that makes these two expressions equivalent:\r
\n" );
document.write( "\n" );
document.write( "1.5(5x - 2.3) and 7.5x + b \n" );
document.write( "
Algebra.Com's Answer #750618 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 1.5(5x - 2.3) = 7.5x + b \n" ); document.write( "distribute the 1.5 \n" ); document.write( "7.5x - 3.45 = 7.5x + b \n" ); document.write( "7.5x - 7.5x - 3.45 = b \n" ); document.write( "b = -3.45 \n" ); document.write( " |