document.write( "Question 587078: Joseph is 50 inches tall and paul is y inches taller than jospeh and is 3 inches taller than dan. Write an expression for how much taller paul is than joseph \n" ); document.write( "
Algebra.Com's Answer #373964 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Joseph is 50 inches tall and paul is y inches taller than jospeh and is 3 inches taller than dan. Write an expression for how much taller paul is than joseph \n" ); document.write( "----- \n" ); document.write( "j = 50 \n" ); document.write( "p = 50+y \n" ); document.write( "p = d + 3 \n" ); document.write( "--- \n" ); document.write( "Equation: \n" ); document.write( "p - j = 50+y - 50 = y inches \n" ); document.write( " |